Class JLabelTool

    • Constructor Detail

      • JLabelTool

        public JLabelTool()
        Creates a new label tool.
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the label tool's class.
        Overrides:
        getShapeClass in class Tool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name for the inspector window title bar.
        Overrides:
        getWindowTitle in class Tool
      • resetUI

        public void resetUI()
        Updates the Swing UI from the currently selected panel shape.
        Overrides:
        resetUI in class RJButtonOrLabelTool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected panel shape from the Swing UI controls.
        Overrides:
        respondUI in class RJButtonOrLabelTool