com.sun.j3d.utils.universe
Class ConfigViewPlatformBehavior
java.lang.Object
com.sun.j3d.utils.universe.ConfigObject
com.sun.j3d.utils.universe.ConfigViewPlatformBehavior
class ConfigViewPlatformBehavior
- extends ConfigObject
Fields inherited from class com.sun.j3d.utils.universe.ConfigObject |
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
homeTransform
private Transform3D homeTransform
schedulingBounds
private Bounds schedulingBounds
schedulingInterval
private int schedulingInterval
viewPlatformBehavior
ViewPlatformBehavior viewPlatformBehavior
- The corresponding ViewPlatformBehavior instance.
ConfigViewPlatformBehavior
ConfigViewPlatformBehavior()
setProperty
protected void setProperty(ConfigCommand cmd)
- Processes properties for this object. Handles commands of the form:
(ViewPlatformBehaviorProperty {instanceName} {attrName} {arg} ...)
- Overrides:
setProperty
in class ConfigObject
- Parameters:
command
- the command that invoked this method
createViewPlatformBehavior
ViewPlatformBehavior createViewPlatformBehavior()
- Instantiate a ViewPlatformBehavior of the given class name.
NOTE: All ConfigView and ConfigSensor objects must be processed before
calling this method.
- Returns:
- the configured ViewPlatformBehavior, or null if error
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.