| |
|
| java.lang.Object com.sun.j3d.utils.universe.ConfigObject com.sun.j3d.utils.universe.ConfigView
Method Summary | |
protected Viewer | createViewer(boolean setVisible) Create a core Java 3D View instance and a utility Viewer instance using
the attributes gathered by this object. | protected void | initialize(ConfigCommand command) Overrides initialize() to do nothing. | protected void | setProperty(ConfigCommand command) Processes properties for this object. |
antialiasingEnable | boolean antialiasingEnable(Code) | | Indicates whether or not antialiasing is enabled for this ConfigView.
This is set during parsing of the configuration file.
|
j3dView | View j3dView(Code) | | The corresponding View and Viewer instances. These are set when
createJ3dView() is called after parsing the configuration file.
|
physicalBody | PhysicalBody physicalBody(Code) | | Reference to the PhysicalBody associated with this ConfigView. This is
set when createJ3dView() is called after parsing the configuration
file.
|
physicalEnvironment | PhysicalEnvironment physicalEnvironment(Code) | | Reference to the PhysicalEnvironment associated with this ConfigView.
This is set when createJ3dView() is called after parsing the
configuration file.
|
screens | Set screens(Code) | | Set of ConfigScreen instances added to this view.
|
stereoEnable | boolean stereoEnable(Code) | | Indicates whether or not stereo viewing should be enabled for this
ConfigView. This is set during parsing of the configuration file.
|
createViewer | protected Viewer createViewer(boolean setVisible)(Code) | | Create a core Java 3D View instance and a utility Viewer instance using
the attributes gathered by this object.
|
initialize | protected void initialize(ConfigCommand command)(Code) | | Overrides initialize() to do nothing.
|
setProperty | protected void setProperty(ConfigCommand command)(Code) | | Processes properties for this object. Handles commands of the form:
(ViewAttribute {instanceName} {attrName} {attrValue})
Parameters: command - the command that invoked this method |
|
|
|