Class JSeparatorTool

    • Constructor Detail

      • JSeparatorTool

        public JSeparatorTool()
        Creates a new separator tool.
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the separator 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
      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel (loading if needed).
        Overrides:
        getUI in class Tool
      • resetUI

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

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected radio button shape from the Swing UI.
        Overrides:
        respondUI in class Tool
      • getHandleCount

        public int getHandleCount​(RMShape aShape)
        Editor method (returns the number of handles).
        Overrides:
        getHandleCount in class RBTool