|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryAction | |
---|---|
org.robokind.api.animation.editor | |
org.robokind.api.animation.editor.features | |
org.robokind.api.animation.editor.history |
Uses of HistoryAction in org.robokind.api.animation.editor |
---|
Methods in org.robokind.api.animation.editor that return HistoryAction | |
---|---|
HistoryAction |
MotionPathEditor.getLastDragHistoryAction()
|
Uses of HistoryAction in org.robokind.api.animation.editor.features |
---|
Classes in org.robokind.api.animation.editor.features that implement HistoryAction | |
---|---|
class |
SynchronizedPointGroup.LinkPoints
|
Methods in org.robokind.api.animation.editor.features that return HistoryAction | |
---|---|
HistoryAction |
SynchronizedPointGroup.getUnlinkHistoryAction(ControlPointEditor point)
|
Uses of HistoryAction in org.robokind.api.animation.editor.history |
---|
Classes in org.robokind.api.animation.editor.history that implement HistoryAction | |
---|---|
class |
DefaultHistoryAction
|
class |
HistoryActionGroup
|
Methods in org.robokind.api.animation.editor.history that return HistoryAction | ||
---|---|---|
static
|
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
|
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)
|
Methods in org.robokind.api.animation.editor.history that return types with arguments of type HistoryAction | |
---|---|
List<HistoryAction> |
HistoryStack.getHistory()
|
Methods in org.robokind.api.animation.editor.history with parameters of type HistoryAction | |
---|---|
void |
HistoryStack.addEvent(HistoryAction e)
|
void |
HistoryListener.eventAdded(HistoryStack stack,
HistoryAction event,
int oldSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |