de.jreality.tools
Class AnimatorTool
java.lang.Object
de.jreality.scene.tool.AbstractTool
de.jreality.tools.AnimatorTool
- All Implemented Interfaces:
- Tool
public class AnimatorTool
- extends AbstractTool
TODO: comment this
- Author:
- weissman
getInstance
public static AnimatorTool getInstance(ToolContext context)
getInstanceImpl
public static AnimatorTool getInstanceImpl(Object key)
- WARNING: do not use this unless you write a tool system!!
perform
public void perform(ToolContext tc)
- Description copied from interface:
Tool
- This method is called when the tool is activated and any
AxisState or TransformationMatrix of the current slots changes.
- Specified by:
perform
in interface Tool
- Overrides:
perform
in class AbstractTool
- Parameters:
tc
- The current tool context
schedule
public void schedule(Object key,
AnimatorTask task)
deschedule
public void deschedule(Object key)
getTimerQueue
public de.jreality.tools.TimerQueue getTimerQueue()