| Package | Description |
|---|---|
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.editor.actions | |
| org.mechio.api.animation.editor.features | |
| org.mechio.api.animation.editor.history |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryStack |
AbstractEditor.mySharedHistory |
| Modifier and Type | Method and Description |
|---|---|
HistoryStack |
AbstractEditor.getSharedHistory() |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractEditor.addChild(Object invoker,
ChildBase childBase,
HistoryStack hist) |
int |
MotionPathEditor.dragSelectedPoint(Object invoker,
long time,
double pos,
HistoryStack hist) |
void |
MotionPathEditor.endPathChange(boolean quiet,
HistoryStack hist) |
int |
AbstractEditor.insertChild(Object invoker,
ChildBase childBase,
int i,
HistoryStack hist) |
int |
AbstractEditor.insertChildController(Object invoker,
ChildController controller,
int i,
HistoryStack hist) |
void |
MotionPathEditor.movePath(Object invoker,
long timeOffset,
double posOffset,
HistoryStack hist) |
int |
MotionPathEditor.movePoint(Object invoker,
int i,
long time,
double pos,
HistoryStack hist) |
int |
AbstractEditor.removeChild(Object invoker,
ChildController child,
HistoryStack hist) |
ChildController |
AbstractEditor.removeChildByIndex(Object invoker,
int i,
HistoryStack hist) |
void |
MotionPathEditor.scalePath(Object invoker,
double scale,
long refTime,
HistoryStack hist) |
void |
AbstractEditor.select(Object invoker,
int i,
HistoryStack hist) |
void |
MotionPathEditor.setInterpolatorFactory(Object invoker,
InterpolatorFactory factory,
HistoryStack hist) |
void |
MotionPathEditor.setPoints(Object invoker,
List<Point2D> points,
HistoryStack hist) |
protected void |
AnimationEditor.setSelected(int i,
boolean sel,
HistoryStack hist) |
protected void |
AbstractEditor.setSelected(int i,
boolean sel,
HistoryStack hist) |
void |
MotionPathEditor.setState(Object invoker,
EditState state,
boolean value,
HistoryStack hist) |
void |
AbstractEditor.setState(Object invoker,
EditState state,
boolean value,
HistoryStack hist) |
| Constructor and Description |
|---|
AbstractEditor(HistoryStack hist) |
AnimationEditor(Animation a,
String path,
HistoryStack hist) |
ChannelEditor(Channel channel,
HistoryStack hist) |
ControlPointEditor(Point2D p,
HistoryStack hist) |
MotionPathEditor(MotionPath mp,
HistoryStack hist) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryStack |
EditorAction.myHistory |
| Modifier and Type | Method and Description |
|---|---|
HistoryStack |
EditorAction.getHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorAction.setHistory(HistoryStack hist) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryAction |
HistoryAction.Redo(org.jflux.api.core.Source<? extends HistoryStack> source) |
static HistoryAction |
HistoryAction.Undo(org.jflux.api.core.Source<? extends HistoryStack> source) |
| Constructor and Description |
|---|
EditorAction(T controller,
HistoryStack hist) |
| Constructor and Description |
|---|
HistoryAction(org.jflux.api.core.Source<? extends HistoryStack> source,
int t) |
| Constructor and Description |
|---|
SynchronizedPointGroup(List<ControlPointEditor> points,
HistoryStack hist,
HistoryActionGroup addAction) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryActionGroup |
| Modifier and Type | Method and Description |
|---|---|
HistoryStack |
HistoryFactoryImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryListener.eventAdded(HistoryStack stack,
HistoryAction event,
int oldSize) |
void |
HistoryListener.timeSelected(HistoryStack stack,
int time) |
Copyright © 2011-2016. All Rights Reserved.