Class RMAnimPathShapeTool


public class RMAnimPathShapeTool extends RMPolygonShapeTool
Provides Swing UI editing for RMAnimPathShape.
  • Constructor Details

    • RMAnimPathShapeTool

      public RMAnimPathShapeTool()
  • Method Details

    • resetUI

      public void resetUI()
      Updates the Swing UI controls from the currently selected oval.
      Overrides:
      resetUI in class UIOwner
    • respondUI

      public void respondUI(SwingEvent anEvent)
      Updates the currently selected oval from the Swing UI controls.
      Overrides:
      respondUI in class RMPolygonShapeTool
    • getShapeClass

      public Class getShapeClass()
      Returns the shape class this tool is responsible for.
      Overrides:
      getShapeClass in class RMPolygonShapeTool
    • getWindowTitle

      public String getWindowTitle()
      Returns the string used for the inspector window title.
      Overrides:
      getWindowTitle in class RMTool