Class RMTool.RMShapeHandle

  • Enclosing class:
    RMTool<T extends RMShape>

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

      Constructors 
      Constructor Description
      RMShapeHandle​(RMShape aShape, int aHndl, RMTool aTool)
      Creates a new shape-handle.
    • Constructor Detail

      • RMShapeHandle

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

      • getShape

        public RMShape getShape()
        Returns the shape.
      • getHandle

        public int getHandle()
        Returns the handle.
      • getTool

        public RMTool getTool()
        Returns the tool.