Uses of Class
javax.media.ding3d.View

Packages that use View
javax.media.ding3d 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. 
javax.media.ding3d.audioengines Provides abstract classes for creating Java 3D audio devices. 
javax.media.ding3d.utils.behaviors.vp Provides ViewPlatform navigation utility classes. 
javax.media.ding3d.utils.scenegraph.transparency Provides transparency sorting utility classes. 
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of View in javax.media.ding3d
 

Methods in javax.media.ding3d 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.ding3d with parameters of type View
 void ViewSpecificGroup.addView(View view)
          Appends the specified View object to this node's list of views.
 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.
 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.
 

Uses of View in javax.media.ding3d.audioengines
 

Methods in javax.media.ding3d.audioengines that return View
 View AudioEngine3D.getView()
          Get reference to the current View object.
 

Methods in javax.media.ding3d.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 javax.media.ding3d.utils.behaviors.vp
 

Constructors in javax.media.ding3d.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 javax.media.ding3d.utils.scenegraph.transparency
 

Methods in javax.media.ding3d.utils.scenegraph.transparency with parameters of type View
static java.util.Comparator TransparencySortController.getComparator(View view)
          Returns the comparator for the specified view
static void TransparencySortController.setComparator(View view, java.util.Comparator comparator)
          Set the comparator for the specified view.
 

Uses of View in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.utils.universe that return View
 View Viewer.getView()
          Returns the View object associated with the Viewer object.
 

Methods in javax.media.ding3d.utils.universe with parameters of type View
static Viewer Viewer.getViewer(View view)
          Get the Viewer associated with the view object.
static Viewer Viewer.removeViewerMapEntry(View view)
          Removes the entry associated with the view object.
 

Constructors in javax.media.ding3d.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.