Package com.reportmill.panels
Class Tool.RMShapeHandle
- java.lang.Object
 - 
- com.reportmill.panels.Tool.RMShapeHandle
 
 
- 
- Enclosing class:
 - Tool
 
public static class Tool.RMShapeHandle extends java.lang.ObjectAn inner class describing a shape and a handle. 
- 
- 
Constructor Summary
Constructors Constructor Description RMShapeHandle(RMShape aShape, int aHandle, Tool aTool)Creates a new shape-handle. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHandle()Returns the handle.RMShapegetShape()Returns the shape.ToolgetTool()Returns the tool. 
 -