com.sun.j3d.utils.universe
Class ConfigViewPlatformBehavior

java.lang.Object
  extended by com.sun.j3d.utils.universe.ConfigObject
      extended by com.sun.j3d.utils.universe.ConfigViewPlatformBehavior

 class ConfigViewPlatformBehavior
extends ConfigObject


Field Summary
private  Transform3D homeTransform
           
private  Bounds schedulingBounds
           
private  int schedulingInterval
           
(package private)  ViewPlatformBehavior viewPlatformBehavior
          The corresponding ViewPlatformBehavior 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
ConfigViewPlatformBehavior()
           
 
Method Summary
(package private)  ViewPlatformBehavior createViewPlatformBehavior()
          Instantiate a ViewPlatformBehavior of the given class name.
protected  void setProperty(ConfigCommand cmd)
          Processes properties for this object.
 
Methods inherited from class com.sun.j3d.utils.universe.ConfigObject
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, initialize, isName, processProperties, setClassLoader, syntaxError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

homeTransform

private Transform3D homeTransform

schedulingBounds

private Bounds schedulingBounds

schedulingInterval

private int schedulingInterval

viewPlatformBehavior

ViewPlatformBehavior viewPlatformBehavior
The corresponding ViewPlatformBehavior instance.

Constructor Detail

ConfigViewPlatformBehavior

ConfigViewPlatformBehavior()
Method Detail

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.