Class RMTool.RMShapeHandle

java.lang.Object
com.inductiveautomation.rm.tool.RMTool.RMShapeHandle
Enclosing class:
RMTool<T extends RMShape>

public static class RMTool.RMShapeHandle extends Object
An inner class describing a shape and a handle.
  • Constructor Details

    • RMShapeHandle

      public RMShapeHandle(RMShape aShape, int aHndl, RMTool aTool)
      Creates a new shape-handle.
  • Method Details

    • getShape

      public RMShape getShape()
      Returns the shape.
    • getHandle

      public int getHandle()
      Returns the handle.
    • getTool

      public RMTool getTool()
      Returns the tool.