org.robokind.api.animation.editor.actions
Class MotionPathActions.SetInterpolatorFactory

java.lang.Object
  extended by org.robokind.api.animation.editor.actions.EditorAction<MotionPathEditor,Point2D,ControlPointEditor>
      extended by org.robokind.api.animation.editor.actions.MotionPathActions.PathAction
          extended by org.robokind.api.animation.editor.actions.MotionPathActions.SetInterpolatorFactory
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
MotionPathActions

public static class MotionPathActions.SetInterpolatorFactory
extends MotionPathActions.PathAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.robokind.api.animation.editor.actions.EditorAction
EditorAction.AddChild<T extends AbstractEditor<B,C>,B,C>, EditorAction.AddChildController<T extends AbstractEditor<B,C>,B,C>, EditorAction.Remove<T extends AbstractEditor<B,C>,B,C>, EditorAction.RemoveChild<T extends AbstractEditor<B,C>,B,C>, EditorAction.SetSelect<T extends AbstractEditor<B,C>,B,C>, EditorAction.SetState<T extends AbstractEditor<B,C>,B,C>
 
Field Summary
 
Fields inherited from class org.robokind.api.animation.editor.actions.EditorAction
myController
 
Constructor Summary
MotionPathActions.SetInterpolatorFactory(MotionPathEditor controller, InterpolatorFactory factory)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class org.robokind.api.animation.editor.actions.EditorAction
Disabled, getParent, Locked, Select, Visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionPathActions.SetInterpolatorFactory

public MotionPathActions.SetInterpolatorFactory(MotionPathEditor controller,
                                                InterpolatorFactory factory)
Parameters:
controller -
factory -
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


Copyright © 2011. All Rights Reserved.