class ConfigViewPlatform extends ConfigObject
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowLocalToVworldRead |
private boolean |
allowPolicyRead |
(package private) ConfigViewPlatformBehavior |
configBehavior
The associated ConfigViewPlatformBehavior, if any.
|
private java.util.ArrayList |
configViews |
private Transform3D |
initialViewingTransform |
private boolean |
nominalViewingTransform |
(package private) int |
viewAttachPolicy
Indicates the view attach policy specified in the configuration file.
|
private Viewer[] |
viewers |
(package private) ViewingPlatform |
viewingPlatform
The corresponding ViewingPlatform instance.
|
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject| Constructor and Description |
|---|
ConfigViewPlatform() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addConfigView(ConfigView cv)
Add a ConfigView to this ConfigViewPlatform.
|
(package private) ViewingPlatform |
createViewingPlatform(int transformCount)
Creates a ViewingPlatform from attributes gathered by this object.
|
protected void |
initialize(ConfigCommand command)
Overrides initialize() to do nothing.
|
(package private) void |
processBehavior()
Attach any ViewPlatformBehavior specified for this platform.
|
protected void |
setProperty(ConfigCommand command)
Processes attributes for this object.
|
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, isName, processProperties, setClassLoader, syntaxErrorprivate boolean allowPolicyRead
private boolean allowLocalToVworldRead
private boolean nominalViewingTransform
private Transform3D initialViewingTransform
private java.util.ArrayList configViews
private Viewer[] viewers
ViewingPlatform viewingPlatform
int viewAttachPolicy
ConfigViewPlatformBehavior configBehavior
protected void initialize(ConfigCommand command)
initialize in class ConfigObjectcommand - the command that created this ConfigObjectprotected void setProperty(ConfigCommand command)
(ViewPlatformAttribute {instanceName} {attrName} {attrValue})
(ViewPlatformProperty {instanceName} {attrName} {attrValue})
setProperty in class ConfigObjectcommand - the command that invoked this methodvoid addConfigView(ConfigView cv)
ViewingPlatform createViewingPlatform(int transformCount)
transformCount - the number of TransformGroups to attach to the
ViewingPlatformvoid processBehavior()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.