| Package | Description |
|---|---|
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.editor.actions | |
| org.mechio.api.animation.editor.history |
| Modifier and Type | Method and Description |
|---|---|
protected MotionPathEditor |
ChannelEditor.createChildController(MotionPath path) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ChannelEditor.insertChildControllerBase(MotionPathEditor controller,
int i) |
| Modifier and Type | Method and Description |
|---|---|
static EditorAction.AddChild |
MotionPathActions.Add(MotionPathEditor controller,
Point2D point) |
static EditorAction.Remove |
MotionPathActions.Remove(MotionPathEditor controller) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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-2016. All Rights Reserved.