Uses of Class
javax.media.j3d.View

Packages that use View
com.sun.j3d.audioengines Provides abstract classes for creating Java 3D audio devices. 
com.sun.j3d.utils.behaviors.vp Provides ViewPlatform navigation utility classes. 
com.sun.j3d.utils.scenegraph.transparency Provides transparency sorting utility classes. 
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of View in com.sun.j3d.audioengines
 

Methods in com.sun.j3d.audioengines that return View
 View AudioEngine3D.getView()
          Get reference to the current View object.
 

Methods in com.sun.j3d.audioengines with parameters of type View
 void Sample.render(int dirtyFlags, View view, AuralParameters attribs)
           
 void AudioEngine3D.setView(View reference)
          Save a reference to the current View object.
 

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

Constructors in com.sun.j3d.utils.behaviors.vp with parameters of type View
WandViewBehavior(Sensor sensor6D, Sensor sensor2D, View view, TransformGroup viewTransform, Transform3D homeTransform, TransformGroup echo)
          Creates a new instance with the specified sensors and a 6DOF sensor echo parented by the specified TransformGroup.
 

Uses of View in com.sun.j3d.utils.scenegraph.transparency
 

Methods in com.sun.j3d.utils.scenegraph.transparency with parameters of type View
static java.util.Comparator<TransparencySortGeom> TransparencySortController.getComparator(View view)
          Returns the comparator for the specified view
static void TransparencySortController.setComparator(View view, java.util.Comparator<TransparencySortGeom> comparator)
          Set the comparator for the specified view.
 

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

Methods in com.sun.j3d.utils.universe that return View
 View Viewer.getView()
          Returns the View object associated with the Viewer object.
 

Constructors in com.sun.j3d.utils.universe with parameters of type View
ViewInfo(View view)
          Creates a new ViewInfo for the specified View.
ViewInfo(View view, int autoUpdateFlags)
          Creates a new ViewInfo for the specified View.
ViewInfo(View view, int autoUpdateFlags, java.util.Map screenMap, java.util.Map viewPlatformMap)
          Creates a new ViewInfo for the specified View.
 

Uses of View in javax.media.j3d
 

Methods in javax.media.j3d that return View
 View Canvas3D.getView()
          Gets view that points to this Canvas3D.
 View ViewSpecificGroup.getView(int index)
          Retrieves the View object at the specified index from this node's list of views.
 

Methods in javax.media.j3d that return types with arguments of type View
 java.util.Enumeration<View> ViewSpecificGroup.getAllViews()
          Returns an enumeration of this ViewSpecificGroup node's list of views.
 

Methods in javax.media.j3d with parameters of type View
 void ViewSpecificGroup.addView(View view)
          Appends the specified View object to this node's list of views.
static java.util.Comparator<TransparencySortGeom> TransparencySortMap.getComparator(View view)
          Returns the comparator for the specified view
 int Sound.getNumberOfChannelsUsed(View view)
          Retrieves number of channels that are being used to render this sound on the audio device associated with given view.
 int ViewSpecificGroup.indexOfView(View view)
          Retrieves the index of the specified View object in this node's list of views.
 void ViewSpecificGroup.insertView(View view, int index)
          Inserts the specified View object into this node's list of views at the specified index.
 boolean Sound.isPlaying(View view)
          Retrieves sound's play status.
 boolean Sound.isPlayingSilently(View view)
          Retrieves sound's silent status.
 boolean Sound.isReady(View view)
          Retrieves sound's 'ready' status.
 void ViewSpecificGroup.removeView(View view)
          Removes the specified View object from this node's list of views.
static void TransparencySortMap.setComparator(View view, java.util.Comparator<TransparencySortGeom> comparator)
          Set the comparator for the specified view.
 void AudioDevice3D.setView(View reference)
          Accepts a reference to the current View.
 void ViewSpecificGroup.setView(View view, int index)
          Replaces the view at the specified index in this node's list of views with the specified View object.