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

java.lang.Object
  extended by org.robokind.api.animation.editor.actions.MotionPathActions

public class MotionPathActions
extends Object

Author:
Matthew Stevenson

Nested Class Summary
static class MotionPathActions.MovePoint
           
static class MotionPathActions.PathAction
           
static class MotionPathActions.SetControlPoints
           
static class MotionPathActions.SetInterpolatorFactory
           
 
Constructor Summary
MotionPathActions()
           
 
Method Summary
static EditorAction.AddChild Add(MotionPathEditor controller, Point2D point)
           
static EditorAction.Remove Remove(MotionPathEditor controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionPathActions

public MotionPathActions()
Method Detail

Remove

public static EditorAction.Remove Remove(MotionPathEditor controller)
Parameters:
controller -
Returns:

Add

public static EditorAction.AddChild Add(MotionPathEditor controller,
                                        Point2D point)
Parameters:
controller -
point -
Returns:


Copyright © 2011-2013. All Rights Reserved.