Class RMGraphPartPieTool


  • public class RMGraphPartPieTool
    extends RMTool
    Provides UI inspection for GraphPartBars.
    • Constructor Detail

      • RMGraphPartPieTool

        public RMGraphPartPieTool()
    • Method Detail

      • initUI

        protected void initUI()
        Initialize UI panel.
        Overrides:
        initUI in class UIOwner
      • resetUI

        public void resetUI()
        Resets the UI panel controls.
        Overrides:
        resetUI in class UIOwner
      • respondUI

        public void respondUI​(SwingEvent anEvent)
        Responds to UI panel controls.
      • getSelectedGraph

        public RMGraph getSelectedGraph()
        Returns the currently selected graph shape.
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name of the graph inspector.
        Overrides:
        getWindowTitle in class RMTool