Class RMGraphPartBarsTool


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

    • RMGraphPartBarsTool

      public RMGraphPartBarsTool()
  • Method Details

    • resetUI

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

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

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

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

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