| Package | Description |
|---|---|
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.editor.features | |
| org.mechio.api.animation.editor.history |
| Modifier and Type | Method and Description |
|---|---|
HistoryAction |
MotionPathEditor.getLastDragHistoryAction() |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedPointGroup.LinkPoints |
| Modifier and Type | Method and Description |
|---|---|
HistoryAction |
SynchronizedPointGroup.getUnlinkHistoryAction(ControlPointEditor point) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHistoryAction |
class |
HistoryActionGroup |
| Modifier and Type | Method and Description |
|---|---|
static <B,C> HistoryAction |
HistoryHelper.addChild(String label,
AbstractEditor<B,C> controller,
C child,
int i) |
static HistoryAction |
HistoryHelper.changeColor(ChannelEditor controller,
Color cur,
Color prev) |
static HistoryAction |
HistoryHelper.changeInterpolationFactory(MotionPathEditor controller,
InterpolatorFactory curFactory,
InterpolatorFactory prevFactory) |
HistoryAction |
HistoryStack.getEvent(int i) |
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 <B,C> HistoryAction |
HistoryHelper.removeChild(String label,
AbstractEditor<B,C> controller,
C child,
int i) |
static HistoryAction |
HistoryHelper.scaleMotionPath(MotionPathEditor controller,
List<Point2D> prevPoints,
List<Point2D> newPoints) |
static HistoryAction |
HistoryHelper.setState(AbstractEditor controller,
EditState state,
boolean val) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryAction> |
HistoryStack.getHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryStack.addEvent(HistoryAction e) |
void |
HistoryListener.eventAdded(HistoryStack stack,
HistoryAction event,
int oldSize) |
Copyright © 2011-2016. All Rights Reserved.