Class Tool.RMShapeHandle

java.lang.Object
com.reportmill.panels.Tool.RMShapeHandle
Enclosing class:
Tool

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

    • RMShapeHandle

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

    • getShape

      public RMShape getShape()
      Returns the shape.
    • getHandle

      public int getHandle()
      Returns the handle.
    • getTool

      public Tool getTool()
      Returns the tool.