Uses of Interface
com.bc.ceres.swing.undo.Restorable
-
Packages that use Restorable Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.undo -
-
Uses of Restorable in com.bc.ceres.swing.figure
Subinterfaces of Restorable in com.bc.ceres.swing.figure Modifier and Type Interface Description interfaceFigureA figure represents a graphical object.interfaceFigureCollectionA collection of figures.interfaceFigureSelectionA selection of figures.interfaceHandleHandles are shown on figures vertices or boundaries.interfacePointFigureA point figure.interfaceShapeFigureA figure which uses an arbitrary geometry represented by a Java AWT shape.Classes in com.bc.ceres.swing.figure that implement Restorable Modifier and Type Class Description classAbstractFigureBase class for allFigureimplementations.classAbstractHandleThe base class for allHandleimplementations.classAbstractPointFigureBase class for allPointFigureimplementations.classAbstractShapeFigureA figure that is based on a Java AWT shape geometry. -
Uses of Restorable in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Restorable 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. -
Uses of Restorable in com.bc.ceres.swing.undo
Methods in com.bc.ceres.swing.undo that return Restorable Modifier and Type Method Description RestorableRestorableEdit. getChangedObject()Constructors in com.bc.ceres.swing.undo with parameters of type Restorable Constructor Description RestorableEdit(Restorable changedObject, Object memento)RestorableEdit(Restorable changedObject, Object memento, String presentationName)
-