|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ActionHistoryEvent |
HistoryHelper.changeInterpolationFactory(MotionPathEditor controller,
InterpolatorFactory curFactory,
InterpolatorFactory prevFactory)
|
static ActionHistoryEvent |
HistoryHelper.moveMotionPath(MotionPathEditor controller,
List<Point2D> prevPoints,
List<Point2D> newPoints)
|
static ActionHistoryEvent |
HistoryHelper.movePoint(MotionPathEditor controller,
int curI,
long curTime,
double curPos,
int prevI,
long prevTime,
double prevPos)
|
static ActionHistoryEvent |
HistoryHelper.scaleMotionPath(MotionPathEditor controller,
List<Point2D> prevPoints,
List<Point2D> newPoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |