|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolSystem | |
---|---|
de.jreality.plugin.basic | |
de.jreality.tools | Implementations of standard Tools. |
de.jreality.toolsystem | This package is responsable for managing the tools in a scene graph: registering them, handling user input, and triggering their activity based on this input. |
de.jreality.ui.viewerapp | Creates pre-configured viewers with tools. |
Uses of ToolSystem in de.jreality.plugin.basic |
---|
Methods in de.jreality.plugin.basic that return ToolSystem | |
---|---|
ToolSystem |
ToolSystemPlugin.getToolSystem()
|
Uses of ToolSystem in de.jreality.tools |
---|
Methods in de.jreality.tools with parameters of type ToolSystem | |
---|---|
void |
Timer.attach(ToolSystem ts)
|
static AnimatorTool |
AnimatorTool.getInstance(ToolSystem ts)
|
Uses of ToolSystem in de.jreality.toolsystem |
---|
Methods in de.jreality.toolsystem that return ToolSystem | |
---|---|
static ToolSystem |
ToolSystem.getToolSystemForViewer(Viewer v)
This method just looks up and returns the possibly null toolsystem associated to viewer |
static ToolSystem |
ToolSystem.toolSystemForViewer(Viewer v)
If v has a tool system already associated to it, return it. |
Methods in de.jreality.toolsystem with parameters of type ToolSystem | |
---|---|
static void |
ToolSystem.setToolSystemForViewer(Viewer v,
ToolSystem ts)
|
Constructors in de.jreality.toolsystem with parameters of type ToolSystem | |
---|---|
ToolUpdateProxy(ToolSystem ts)
|
Uses of ToolSystem in de.jreality.ui.viewerapp |
---|
Methods in de.jreality.ui.viewerapp that return ToolSystem | |
---|---|
ToolSystem |
ViewerApp.getToolSystem()
Deprecated. |
Methods in de.jreality.ui.viewerapp with parameters of type ToolSystem | |
---|---|
void |
ViewerSwitch.setToolSystem(ToolSystem toolSystem)
Set all the viewers and the ViewerSwitch to have the same ToolSystem Would it be better to look up the tool system via the scene root, rather than per viewer? |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |