Uses of Interface
com.bc.ceres.swing.figure.ShapeFigure
-
Packages that use ShapeFigure Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of ShapeFigure in com.bc.ceres.swing.figure
Subinterfaces of ShapeFigure in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
Handle
Handles are shown on figures vertices or boundaries.Classes in com.bc.ceres.swing.figure that implement ShapeFigure Modifier and Type Class Description class
AbstractHandle
The base class for allHandle
implementations.class
AbstractShapeFigure
A figure that is based on a Java AWT shape geometry.Methods in com.bc.ceres.swing.figure that return ShapeFigure Modifier and Type Method Description ShapeFigure
FigureFactory. createLineFigure(Shape shape, FigureStyle style)
ShapeFigure
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 ShapeFigure Modifier and Type Class Description class
DefaultShapeFigure
class
PointHandle
AHandle
that can be used to change point positions.class
RotateHandle
AHandle
that can be used to rotate figures.class
ScaleHandle
AHandle
that can be used to scale figures.class
VertexHandle
AHandle
that can be used to change vertex positions.Methods in com.bc.ceres.swing.figure.support that return ShapeFigure Modifier and Type Method Description ShapeFigure
DefaultFigureFactory. createLineFigure(Shape geometry, FigureStyle style)
ShapeFigure
DefaultFigureFactory. createPolygonFigure(Shape geometry, FigureStyle style)
-