|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.scene.tool.AbstractTool
de.jreality.tools.AnimatorTool
public class AnimatorTool
TODO: comment this
Method Summary | |
---|---|
void |
deschedule(java.lang.Object key)
|
void |
dispose()
|
static void |
disposeInstance(java.lang.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(java.lang.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(java.lang.Object key,
AnimatorTask task)
|
Methods inherited from class de.jreality.scene.tool.AbstractTool |
---|
activate, addCurrentSlot, deactivate, equals, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, hashCode, removeCurrentSlot, setDescription |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AnimatorTool getInstance(ToolContext context)
public static AnimatorTool getInstanceImpl(java.lang.Object key)
public static void disposeInstance(java.lang.Object key)
public void perform(ToolContext tc)
Tool
perform
in interface Tool
perform
in class AbstractTool
tc
- The current tool contextpublic void schedule(java.lang.Object key, AnimatorTask task)
public void deschedule(java.lang.Object key)
public de.jreality.tools.TimerQueue getTimerQueue()
public void dispose()
public static AnimatorTool getInstance(ToolSystem ts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |