Uses of Class
com.sun.j3d.utils.behaviors.vp.ViewPlatformBehavior

Packages that use ViewPlatformBehavior
com.sun.j3d.utils.behaviors.vp Provides ViewPlatform navigation utility classes. 
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of ViewPlatformBehavior in com.sun.j3d.utils.behaviors.vp
 

Subclasses of ViewPlatformBehavior in com.sun.j3d.utils.behaviors.vp
 class OrbitBehavior
          Moves the View around a point of interest when the mouse is dragged with a mouse button pressed.
 class ViewPlatformAWTBehavior
          Abstract class which implements much of the event tracking and state updating in a thread safe manner.
 class WandViewBehavior
          Manipulates view platform transforms using a motion-tracked wand or mouse equipped with a six degree of freedom (6DOF) sensor.
 

Uses of ViewPlatformBehavior in com.sun.j3d.utils.universe
 

Methods in com.sun.j3d.utils.universe that return ViewPlatformBehavior
 ViewPlatformBehavior ViewingPlatform.getViewPlatformBehavior()
          Returns the ViewPlatformBehavior
 

Methods in com.sun.j3d.utils.universe with parameters of type ViewPlatformBehavior
 void ViewingPlatform.setViewPlatformBehavior(ViewPlatformBehavior behavior)
          Sets the ViewPlatformBehavior which will operate on the ViewPlatform transform (the TransformGroup returned by ViewingPlatform.getViewPlatformTransform()).