|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MotionPathEditor | |
|---|---|
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.editor.actions | |
| org.mechio.api.animation.editor.history | |
| Uses of MotionPathEditor in org.mechio.api.animation.editor |
|---|
| Methods in org.mechio.api.animation.editor that return MotionPathEditor | |
|---|---|
protected MotionPathEditor |
ChannelEditor.createChildController(MotionPath path)
|
| Methods in org.mechio.api.animation.editor with parameters of type MotionPathEditor | |
|---|---|
protected int |
ChannelEditor.insertChildControllerBase(MotionPathEditor controller,
int i)
|
| Uses of MotionPathEditor in org.mechio.api.animation.editor.actions |
|---|
| Methods in org.mechio.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.mechio.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.mechio.api.animation.editor.history |
|---|
| Methods in org.mechio.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||