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 Summary
ConstructorsConstructorDescriptionRMShapeHandle(RMShape aShape, int aHandle, Tool aTool) Creates a new shape-handle. - 
Method Summary
 
- 
Constructor Details
- 
RMShapeHandle
Creates a new shape-handle. 
 - 
 - 
Method Details
- 
getShape
Returns the shape. - 
getHandle
public int getHandle()Returns the handle. - 
getTool
Returns the tool. 
 -