Package com.inductiveautomation.rm.tool
Class RMTool.RMShapeHandle
java.lang.Object
com.inductiveautomation.rm.tool.RMTool.RMShapeHandle
An inner class describing a shape and a handle.
- 
Constructor SummaryConstructorsConstructorDescriptionRMShapeHandle(RMShape aShape, int aHndl, RMTool 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.
 
-