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.Object
An 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 int
getHandle()
Returns the handle.RMShape
getShape()
Returns the shape.Tool
getTool()
Returns the tool.
-