Uses of Class
javax.media.j3d.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.