Uses of Interface
com.bc.ceres.swing.figure.Handle
Packages that use Handle
-
Uses of Handle in com.bc.ceres.swing.figure
Classes in com.bc.ceres.swing.figure that implement HandleFields in com.bc.ceres.swing.figure declared as HandleMethods in com.bc.ceres.swing.figure that return HandleModifier and TypeMethodDescriptionHandle[]
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.FigureSelection.getSelectedHandle()
Methods in com.bc.ceres.swing.figure with parameters of type Handle -
Uses of Handle in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement HandleModifier and TypeClassDescriptionclass
AHandle
that can be used to change point positions.class
AHandle
that can be used to rotate figures.class
AHandle
that can be used to scale figures.class
AHandle
that can be used to change vertex positions.Methods in com.bc.ceres.swing.figure.support that return HandleModifier and TypeMethodDescriptionHandle[]
DefaultFigureCollection.createHandles
(int selectionStage) Handle[]
DefaultFigureSelection.getHandles()
DefaultFigureSelection.getSelectedHandle()
Methods in com.bc.ceres.swing.figure.support with parameters of type Handle