Uses of Interface
com.bc.ceres.swing.figure.Handle
-
Packages that use Handle Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of Handle in com.bc.ceres.swing.figure
Classes in com.bc.ceres.swing.figure that implement Handle Modifier and Type Class Description class
AbstractHandle
The base class for allHandle
implementations.Fields in com.bc.ceres.swing.figure declared as Handle Modifier and Type Field Description protected static Handle[]
AbstractFigure. NO_HANDLES
Methods in com.bc.ceres.swing.figure that return Handle Modifier and Type Method Description Handle[]
AbstractFigure. createHandles(int selectionStage)
The default implementation returns an empty array.Handle[]
AbstractShapeFigure. createHandles(int selectionStage)
Handle[]
Figure. createHandles(int selectionStage)
Creates the handles for a given selection stage.protected Handle[]
AbstractFigure. createScaleHandles(double distance)
Handle[]
FigureSelection. getHandles()
Gets the handles associated with the current selection stage.Handle
FigureSelection. getSelectedHandle()
Methods in com.bc.ceres.swing.figure with parameters of type Handle Modifier and Type Method Description void
FigureSelection. setSelectedHandle(Handle handle)
-
Uses of Handle in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Handle Modifier and Type Class Description 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 Handle Modifier and Type Method Description Handle[]
DefaultFigureCollection. createHandles(int selectionStage)
Handle[]
DefaultFigureSelection. getHandles()
Handle
DefaultFigureSelection. getSelectedHandle()
Methods in com.bc.ceres.swing.figure.support with parameters of type Handle Modifier and Type Method Description void
DefaultFigureSelection. setSelectedHandle(Handle handle)
-