Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMShapeHandle

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

      • getShape

        public RMShape getShape()
        Returns the shape.
      • getHandle

        public int getHandle()
        Returns the handle.
      • getTool

        public Tool getTool()
        Returns the tool.