Uses of Class
javax.media.j3d.Behavior

Uses of Behavior in javax.media.j3d
 

Subclasses of Behavior in javax.media.j3d
 class Billboard
          The Billboard behavior node operates on the TransformGroup node to cause the local +z axis of the TransformGroup to point at the viewer's eye position.
 class ColorInterpolator
          Color interpolation behavior.
 class DistanceLOD
          This class defines a distance-based LOD behavior node that operates on a Switch group node to select one of the children of that Switch node based on the distance of this LOD node from the viewer.
 class Interpolator
          Interpolator is an abstract class that extends Behavior to provide common methods used by various interpolation subclasses.
 class LOD
          An LOD leaf node is an abstract behavior class that operates on a list of Switch group nodes to select one of the children of the Switch nodes.
 class PathInterpolator
          PathInterpolator behavior.
 class PositionInterpolator
          Position interpolator behavior.
 class PositionPathInterpolator
          PositionPathInterpolator behavior.
 class RotationInterpolator
          Rotation interpolator behavior.
 class RotationPathInterpolator
          RotationPathInterpolator behavior.
 class RotPosPathInterpolator
          RotPosPathInterpolator behavior.
 class RotPosScalePathInterpolator
          RotPosScalePathInterpolation behavior.
 class ScaleInterpolator
          Scale interpolation behavior.
 class SwitchValueInterpolator
          SwitchValueInterpolator behavior.
 class TransformInterpolator
          TransformInterpolator is an abstract class that extends Interpolator to provide common methods used by various transform related interpolator subclasses.
 class TransparencyInterpolator
          TransparencyInterpolator behavior.
 

Methods in javax.media.j3d that return Behavior
 Behavior WakeupOnBehaviorPost.getBehavior()
          Returns the behavior specified in this object's constructor.
 Behavior WakeupOnBehaviorPost.getTriggeringBehavior()
          Returns the behavior that triggered this wakeup.
 

Constructors in javax.media.j3d with parameters of type Behavior
WakeupOnBehaviorPost(Behavior behavior, int postId)
          Constructs a new WakeupOnBehaviorPost criterion.