class ConfigView extends ConfigObject
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
antialiasingEnable
Indicates whether or not antialiasing is enabled for this ConfigView.
|
private double |
backClipDistance |
private int |
backClipPolicy |
private Point3d |
centerEyeInCoexistence |
private boolean |
coeCenteringEnable |
private boolean |
coeCenteringEnableSet |
private ConfigPhysicalBody |
configBody |
private ConfigPhysicalEnvironment |
configEnv |
private ConfigViewPlatform |
configViewPlatform |
private double |
fieldOfView |
private double |
frontClipDistance |
private int |
frontClipPolicy |
(package private) View |
j3dView
The corresponding View and Viewer instances.
|
(package private) Viewer |
j3dViewer |
(package private) PhysicalBody |
physicalBody
Reference to the PhysicalBody associated with this ConfigView.
|
(package private) PhysicalEnvironment |
physicalEnvironment
Reference to the PhysicalEnvironment associated with this ConfigView.
|
(package private) java.util.Set |
screens
Set of ConfigScreen instances added to this view.
|
private double |
screenScale |
private int |
screenScalePolicy |
(package private) boolean |
stereoEnable
Indicates whether or not stereo viewing should be enabled for this
ConfigView.
|
private boolean |
trackingEnable |
private int |
viewPolicy |
private int |
windowEyepointPolicy |
private int |
windowMovementPolicy |
private int |
windowResizePolicy |
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject| Constructor and Description |
|---|
ConfigView() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, isName, processProperties, setClassLoader, syntaxErrorView j3dView
Viewer j3dViewer
java.util.Set screens
boolean stereoEnable
boolean antialiasingEnable
PhysicalBody physicalBody
PhysicalEnvironment physicalEnvironment
private double fieldOfView
private int backClipPolicy
private int frontClipPolicy
private double backClipDistance
private double frontClipDistance
private int screenScalePolicy
private double screenScale
private boolean trackingEnable
private int viewPolicy
private int windowEyepointPolicy
private int windowMovementPolicy
private int windowResizePolicy
private boolean coeCenteringEnableSet
private boolean coeCenteringEnable
private Point3d centerEyeInCoexistence
private ConfigPhysicalBody configBody
private ConfigPhysicalEnvironment configEnv
private ConfigViewPlatform configViewPlatform
protected void initialize(ConfigCommand command)
initialize in class ConfigObjectcommand - the command that created this ConfigObjectprotected void setProperty(ConfigCommand command)
(ViewAttribute {instanceName} {attrName} {attrValue})
setProperty in class ConfigObjectcommand - the command that invoked this methodprotected Viewer createViewer(boolean setVisible)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.