All Implemented Interfaces:
TransitionProperties, ImageObserver, MenuContainer, Serializable, Accessible

public class TransitionEditor extends ElementEditor implements TransitionProperties
See Also:
  • Constructor Details

  • Method Details

    • addActionFactory

      public static void addActionFactory(ExpressionActionFactory factory)
      3rd Party API call to inject actions into the expression editor's toolbar
    • setElement

      public void setElement(ChartUIElement element)
    • commitEdit

      public void commitEdit()
      Description copied from class: ElementEditor
      Gives the editor a change to flush its changes out to the element it is representing
      Specified by:
      commitEdit in class ElementEditor