Class RMGraphPartPieTool


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

    • RMGraphPartPieTool

      public RMGraphPartPieTool()
  • Method Details

    • 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.
    • getSelectedShape

      public RMGraphPartPie getSelectedShape()
      Returns the currently selected RMGraphPartPie.
      Overrides:
      getSelectedShape in class RMTool
    • getSelectedGraph

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

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