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 TypeInterfaceDescriptioninterface
Handles are shown on figures vertices or boundaries.Classes in com.bc.ceres.swing.figure that implement ShapeFigureModifier and TypeClassDescriptionclass
The base class for allHandle
implementations.class
A 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 TypeClassDescriptionclass
class
AHandle
that can be used to change point positions.class
AHandle
that can be used to rotate figures.class
AHandle
that can be used to scale figures.class
AHandle
that 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)