Uses of Class
org.robokind.api.animation.editor.history.ActionHistoryEvent

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
<B,C> ActionHistoryEvent
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
<B,C> ActionHistoryEvent
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)
           
 



Copyright © 2011. All Rights Reserved.