|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionHistoryEvent | |
---|---|
org.robokind.api.animation.editor.history |
Uses of ActionHistoryEvent in org.robokind.api.animation.editor.history |
---|
Methods in org.robokind.api.animation.editor.history that return ActionHistoryEvent | ||
---|---|---|
static
|
HistoryHelper.addChild(String label,
AbstractEditor<B,C> controller,
C child,
int i)
|
|
static ActionHistoryEvent |
HistoryHelper.changeColor(ChannelEditor controller,
Color cur,
Color prev)
|
|
static ActionHistoryEvent |
HistoryHelper.changeInterpolationFactory(MotionPathEditor controller,
InterpolatorFactory curFactory,
InterpolatorFactory prevFactory)
|
|
ActionHistoryEvent |
HistoryStack.getEvent(int i)
|
|
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
|
HistoryHelper.removeChild(String label,
AbstractEditor<B,C> controller,
C child,
int i)
|
|
static ActionHistoryEvent |
HistoryHelper.scaleMotionPath(MotionPathEditor controller,
List<Point2D> prevPoints,
List<Point2D> newPoints)
|
|
static ActionHistoryEvent |
HistoryHelper.setState(AbstractEditor controller,
EditState state,
boolean val)
|
Methods in org.robokind.api.animation.editor.history that return types with arguments of type ActionHistoryEvent | |
---|---|
List<ActionHistoryEvent> |
HistoryStack.getHistory()
|
Methods in org.robokind.api.animation.editor.history with parameters of type ActionHistoryEvent | |
---|---|
void |
HistoryStack.addEvent(ActionHistoryEvent e)
|
void |
HistoryListener.eventAdded(HistoryStack stack,
ActionHistoryEvent event,
int oldSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |