public class AnimatorTool extends AbstractTool
Modifier and Type | Method and Description |
---|---|
void |
deschedule(Object key) |
void |
dispose() |
static void |
disposeInstance(Object key)
WARNING: do not use this unless you write a tool system!!
|
static AnimatorTool |
getInstance(ToolContext context) |
static AnimatorTool |
getInstance(ToolSystem ts) |
static AnimatorTool |
getInstanceImpl(Object key)
WARNING: do not use this unless you write a tool system!!
|
de.jreality.tools.TimerQueue |
getTimerQueue() |
void |
perform(ToolContext tc)
This method is called when the tool is activated and any
AxisState or TransformationMatrix of the current slots changes.
|
void |
schedule(Object key,
AnimatorTask task) |
activate, addCurrentSlot, deactivate, equals, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, hashCode, removeCurrentSlot, setDescription
public static AnimatorTool getInstance(ToolContext context)
public static AnimatorTool getInstanceImpl(Object key)
public static void disposeInstance(Object key)
public void perform(ToolContext tc)
Tool
perform
in interface Tool
perform
in class AbstractTool
tc
- The current tool contextpublic void schedule(Object key, AnimatorTask task)
public void deschedule(Object key)
public de.jreality.tools.TimerQueue getTimerQueue()
public void dispose()
public static AnimatorTool getInstance(ToolSystem ts)