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 interface
Figure
A figure represents a graphical object.interface
FigureCollection
A collection of figures.interface
FigureSelection
A selection of figures.interface
Handle
Handles are shown on figures vertices or boundaries.interface
PointFigure
A point figure.interface
ShapeFigure
A 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 class
AbstractFigure
Base class for allFigure
implementations.class
AbstractHandle
The base class for allHandle
implementations.class
AbstractPointFigure
Base class for allPointFigure
implementations.class
AbstractShapeFigure
A 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 class
DefaultFigureCollection
class
DefaultFigureSelection
class
DefaultPointFigure
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. -
Uses of Restorable in com.bc.ceres.swing.undo
Methods in com.bc.ceres.swing.undo that return Restorable Modifier and Type Method Description Restorable
RestorableEdit. 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)
-