Uses of Interface
com.bc.ceres.swing.figure.ShapeFigure
Packages that use ShapeFigure
-
Uses of ShapeFigure in com.bc.ceres.swing.figure
Subinterfaces of ShapeFigure in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterfaceHandles are shown on figures vertices or boundaries.Classes in com.bc.ceres.swing.figure that implement ShapeFigureModifier and TypeClassDescriptionclassThe base class for allHandleimplementations.classA figure that is based on a Java AWT shape geometry.Methods in com.bc.ceres.swing.figure that return ShapeFigureModifier and TypeMethodDescriptionFigureFactory.createLineFigure(Shape shape, FigureStyle style) FigureFactory.createPolygonFigure(Shape shape, FigureStyle style) -
Uses of ShapeFigure in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement ShapeFigureModifier and TypeClassDescriptionclassclassAHandlethat can be used to change point positions.classAHandlethat can be used to rotate figures.classAHandlethat can be used to scale figures.classAHandlethat can be used to change vertex positions.Methods in com.bc.ceres.swing.figure.support that return ShapeFigureModifier and TypeMethodDescriptionDefaultFigureFactory.createLineFigure(Shape geometry, FigureStyle style) DefaultFigureFactory.createPolygonFigure(Shape geometry, FigureStyle style)