Class RMLabelTool<T extends RMLabel>

    • Constructor Detail

      • RMLabelTool

        public RMLabelTool()
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Description copied from class: RMTool
        Returns the shape class that this tool handles.
        Overrides:
        getShapeClass in class RMTool<T extends RMLabel>
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Description copied from class: RMTool
        Returns the string to be used for the inspector window title.
        Overrides:
        getWindowTitle in class RMTool<T extends RMLabel>
      • createUI

        public javax.swing.JLabel createUI()
        Description copied from class: RMTool
        Create UI.
        Overrides:
        createUI in class RMTool<T extends RMLabel>
      • getHandleCount

        public int getHandleCount​(T aShape)
        Overrides tool method to declare that labels have no handles.
        Overrides:
        getHandleCount in class RMTool<T extends RMLabel>