public interface ToolContext
Modifier and Type | Method and Description |
---|---|
SceneGraphPath |
getAvatarPath() |
AxisState |
getAxisState(InputSlot slot) |
PickResult |
getCurrentPick() |
List<PickResult> |
getCurrentPicks() |
Object |
getKey() |
PickSystem |
getPickSystem() |
SceneGraphPath |
getRootToLocal() |
SceneGraphPath |
getRootToToolComponent() |
InputSlot |
getSource() |
long |
getTime() |
DoubleArray |
getTransformationMatrix(InputSlot slot) |
Viewer |
getViewer() |
void |
reject()
a tool calls this method during activation
if the context is insufficient for activation.
|
Viewer getViewer()
InputSlot getSource()
DoubleArray getTransformationMatrix(InputSlot slot)
long getTime()
SceneGraphPath getRootToLocal()
SceneGraphPath getRootToToolComponent()
PickResult getCurrentPick()
List<PickResult> getCurrentPicks()
SceneGraphPath getAvatarPath()
PickSystem getPickSystem()
void reject()
Object getKey()