|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.universe.ConfigObject
com.sun.j3d.utils.universe.ConfigView
class ConfigView
Field Summary | |
---|---|
(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
|
Fields inherited from class com.sun.j3d.utils.universe.ConfigObject |
---|
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject |
Constructor Summary | |
---|---|
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. |
Methods inherited from class com.sun.j3d.utils.universe.ConfigObject |
---|
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, isName, processProperties, setClassLoader, syntaxError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
View 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
Constructor Detail |
---|
ConfigView()
Method Detail |
---|
protected void initialize(ConfigCommand command)
initialize
in class ConfigObject
command
- the command that created this ConfigObjectprotected void setProperty(ConfigCommand command)
(ViewAttribute {instanceName} {attrName} {attrValue})
setProperty
in class ConfigObject
command
- the command that invoked this methodprotected Viewer createViewer(boolean setVisible)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |