Class RMAnimPathShapeTool


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

      • RMAnimPathShapeTool

        public RMAnimPathShapeTool()
    • Method Detail

      • resetUI

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

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

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