Package com.reportmill.panels
Class Tool.RMShapeHandle
java.lang.Object
com.reportmill.panels.Tool.RMShapeHandle
- Enclosing class:
- Tool
An inner class describing a shape and a handle.
- 
Constructor SummaryConstructorsConstructorDescriptionRMShapeHandle(RMShape aShape, int aHandle, Tool aTool) Creates a new shape-handle.
- 
Method Summary
- 
Constructor Details- 
RMShapeHandleCreates a new shape-handle.
 
- 
- 
Method Details- 
getShapeReturns the shape.
- 
getHandlepublic int getHandle()Returns the handle.
- 
getToolReturns the tool.
 
-