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.figureClasses in com.bc.ceres.swing.figure that implement Handle Modifier and Type Class Description classAbstractHandleThe base class for allHandleimplementations.Fields in com.bc.ceres.swing.figure declared as Handle Modifier and Type Field Description protected static Handle[]AbstractFigure. NO_HANDLESMethods 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.HandleFigureSelection. getSelectedHandle()Methods in com.bc.ceres.swing.figure with parameters of type Handle Modifier and Type Method Description voidFigureSelection. setSelectedHandle(Handle handle)
- 
Uses of Handle in com.bc.ceres.swing.figure.supportClasses in com.bc.ceres.swing.figure.support that implement Handle Modifier and Type Class Description classPointHandleAHandlethat 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.Methods in com.bc.ceres.swing.figure.support that return Handle Modifier and Type Method Description Handle[]DefaultFigureCollection. createHandles(int selectionStage)Handle[]DefaultFigureSelection. getHandles()HandleDefaultFigureSelection. getSelectedHandle()Methods in com.bc.ceres.swing.figure.support with parameters of type Handle Modifier and Type Method Description voidDefaultFigureSelection. setSelectedHandle(Handle handle)
 
-