protected class Display3D.Driver
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ActionMapper.ActionMap |
actionMap
actions to handle user input
|
ActionMapper |
actionMapper
actions to handle user input
|
protected AxesWidget |
axesWidget
the axes widget
|
protected java.awt.Frame |
frame
the driver display frame
|
Constructor and Description |
---|
Display3D.Driver(AxesWidget axesWidget,
java.lang.String[] arg)
makes the driver
|
Modifier and Type | Method and Description |
---|---|
void |
run()
runs the driver
|
public final ActionMapper actionMapper
public final ActionMapper.ActionMap actionMap
protected final AxesWidget axesWidget
protected final java.awt.Frame frame
public Display3D.Driver(AxesWidget axesWidget, java.lang.String[] arg)