Uses of Class
com.bc.ceres.swing.figure.AbstractFigure
-
Packages that use AbstractFigure Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of AbstractFigure in com.bc.ceres.swing.figure
Subclasses of AbstractFigure in com.bc.ceres.swing.figure Modifier and Type Class Description classAbstractHandleThe base class for allHandleimplementations.classAbstractPointFigureBase class for allPointFigureimplementations.classAbstractShapeFigureA figure that is based on a Java AWT shape geometry. -
Uses of AbstractFigure in com.bc.ceres.swing.figure.support
Subclasses of AbstractFigure in com.bc.ceres.swing.figure.support Modifier and Type Class Description classDefaultFigureCollectionclassDefaultFigureSelectionclassDefaultPointFigureclassDefaultShapeFigureclassPointHandleAHandlethat 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.
-