Class RBTextTool

    • Constructor Detail

      • RBTextTool

        public RBTextTool()
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the shape class that this tool edits.
        Overrides:
        getShapeClass in class TextTool
      • getUI

        public RJPanel getUI()
        Returns the Swing UI for this inspector.
        Overrides:
        getUI in class TextTool
      • resetUI

        public void resetUI()
        Refreshes Swing GUI controls from currently selected text shape (usually called by Ribs).
        Overrides:
        resetUI in class TextTool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Handles changes from Swing GUI panel controls.
        Overrides:
        respondUI in class TextTool
      • getImageIcon

        public javax.swing.ImageIcon getImageIcon()
        Returns the image icon used to represent shapes that this tool represents.
        Overrides:
        getImageIcon in class Tool