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 interfaceHandleHandles are shown on figures vertices or boundaries.Classes in com.bc.ceres.swing.figure that implement ShapeFigure Modifier and Type Class Description classAbstractHandleThe base class for allHandleimplementations.classAbstractShapeFigureA 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 ShapeFigureFigureFactory. createLineFigure(Shape shape, FigureStyle style)ShapeFigureFigureFactory. 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 classDefaultShapeFigureclassPointHandleAHandlethat can be used to change point positions.classRotateHandleAHandlethat can be used to rotate figures.classScaleHandleAHandlethat can be used to scale figures.classVertexHandleAHandlethat can be used to change vertex positions.Methods in com.bc.ceres.swing.figure.support that return ShapeFigure Modifier and Type Method Description ShapeFigureDefaultFigureFactory. createLineFigure(Shape geometry, FigureStyle style)ShapeFigureDefaultFigureFactory. createPolygonFigure(Shape geometry, FigureStyle style)
-