| Interface | Description |
|---|---|
| Tool |
Tools are attatched to a SceneGraphComponent and are intended to
to perform interactive changes to the scene - usually driven by
user input.
|
| ToolContext |
| Class | Description |
|---|---|
| AbstractTool |
AbstractTool implements the Tool Interface and comes with basic operations.
|
| AxisState |
Represents a button or a double value for tools.
|
| BeanShellTool |
This class is a workaround for problems with constructors having arguments
in the beanshell interpreter.
|
| InputSlot |
Abstract input device, addressed via a logical name
inputslots also contain a map that maps String names to more inputslots.
|