|
|||||||||
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.ConfigViewPlatform
class ConfigViewPlatform
Field Summary | |
---|---|
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. |
Fields inherited from class com.sun.j3d.utils.universe.ConfigObject |
---|
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject |
Constructor Summary | |
---|---|
ConfigViewPlatform()
|
Method Summary | |
---|---|
(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. |
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 |
---|
private 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
Constructor Detail |
---|
ConfigViewPlatform()
Method Detail |
---|
protected void initialize(ConfigCommand command)
initialize
in class ConfigObject
command
- the command that created this ConfigObjectprotected void setProperty(ConfigCommand command)
(ViewPlatformAttribute {instanceName} {attrName} {attrValue})
(ViewPlatformProperty {instanceName} {attrName} {attrValue})
setProperty
in class ConfigObject
command
- the command that invoked this methodvoid addConfigView(ConfigView cv)
ViewingPlatform createViewingPlatform(int transformCount)
transformCount
- the number of TransformGroups to attach to the
ViewingPlatform
void processBehavior()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |