| |
|
| java.lang.Object com.sun.j3d.utils.universe.ConfigObject com.sun.j3d.utils.universe.ConfigViewPlatform
viewAttachPolicy | int viewAttachPolicy(Code) | | Indicates the view attach policy specified in the configuration file.
If none is set, it remains -1 even though a default may be in effect.
|
addConfigView | void addConfigView(ConfigView cv)(Code) | | Add a ConfigView to this ConfigViewPlatform.
|
createViewingPlatform | ViewingPlatform createViewingPlatform(int transformCount)(Code) | | Creates a ViewingPlatform from attributes gathered by this object.
Parameters: transformCount - the number of TransformGroups to attach to theViewingPlatform the new ViewingPlatform |
initialize | protected void initialize(ConfigCommand command)(Code) | | Overrides initialize() to do nothing.
|
processBehavior | void processBehavior()(Code) | | Attach any ViewPlatformBehavior specified for this platform.
|
setProperty | protected void setProperty(ConfigCommand command)(Code) | | Processes attributes for this object. Handles commands of the form:
(ViewPlatformAttribute {instanceName} {attrName} {attrValue})
(ViewPlatformProperty {instanceName} {attrName} {attrValue})
Parameters: command - the command that invoked this method |
|
|
|