Uses of Class
org.robokind.api.animation.editor.MotionPathEditor

Packages that use MotionPathEditor
org.robokind.api.animation.editor   
org.robokind.api.animation.editor.actions   
org.robokind.api.animation.editor.history   
 

Uses of MotionPathEditor in org.robokind.api.animation.editor
 

Methods in org.robokind.api.animation.editor that return MotionPathEditor
protected  MotionPathEditor ChannelEditor.createChildController(MotionPath path)
           
 

Methods in org.robokind.api.animation.editor with parameters of type MotionPathEditor
protected  int ChannelEditor.insertChildControllerBase(MotionPathEditor controller, int i)
           
 

Uses of MotionPathEditor in org.robokind.api.animation.editor.actions
 

Methods in org.robokind.api.animation.editor.actions with parameters of type MotionPathEditor
static EditorAction.AddChild MotionPathActions.Add(MotionPathEditor controller, Point2D point)
           
static EditorAction.Remove MotionPathActions.Remove(MotionPathEditor controller)
           
 

Constructors in org.robokind.api.animation.editor.actions with parameters of type MotionPathEditor
MotionPathActions.MovePoint(MotionPathEditor controller, int i, long time, double pos)
           
MotionPathActions.PathAction(MotionPathEditor controller)
           
MotionPathActions.SetControlPoints(MotionPathEditor controller, List<Point2D> points)
           
MotionPathActions.SetInterpolatorFactory(MotionPathEditor controller, InterpolatorFactory factory)
           
 

Uses of MotionPathEditor in org.robokind.api.animation.editor.history
 

Methods in org.robokind.api.animation.editor.history with parameters of type MotionPathEditor
static HistoryAction HistoryHelper.changeInterpolationFactory(MotionPathEditor controller, InterpolatorFactory curFactory, InterpolatorFactory prevFactory)
           
static HistoryAction HistoryHelper.moveMotionPath(MotionPathEditor controller, List<Point2D> prevPoints, List<Point2D> newPoints)
           
static HistoryAction HistoryHelper.movePoint(MotionPathEditor controller, int curI, long curTime, double curPos, int prevI, long prevTime, double prevPos)
           
static HistoryAction HistoryHelper.scaleMotionPath(MotionPathEditor controller, List<Point2D> prevPoints, List<Point2D> newPoints)
           
 



Copyright © 2011-2013. All Rights Reserved.