Uses of Class
javax.media.j3d.ViewPlatform

Packages that use ViewPlatform
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 ViewPlatform in com.sun.j3d.utils.universe
 

Methods in com.sun.j3d.utils.universe that return ViewPlatform
 ViewPlatform ViewingPlatform.getViewPlatform()
          Returns the ViewPlatform node for this ViewingPlatform object.
 

Methods in com.sun.j3d.utils.universe with parameters of type ViewPlatform
 void ViewingPlatform.setViewPlatform(ViewPlatform vp)
          Sets the ViewPlatform node for this ViewingPlatform object.
 

Uses of ViewPlatform in javax.media.j3d
 

Methods in javax.media.j3d that return ViewPlatform
 ViewPlatform WakeupOnViewPlatformExit.getTriggeringViewPlatform()
          Retrieves the ViewPlatform node that caused the wakeup.
 ViewPlatform WakeupOnViewPlatformEntry.getTriggeringViewPlatform()
          Retrieves the ViewPlatform node that caused the wakeup.
 ViewPlatform View.getViewPlatform()
          Retrieves the currently attached ViewPlatform object
 

Methods in javax.media.j3d with parameters of type ViewPlatform
 void View.attachViewPlatform(ViewPlatform vp)
          Attach viewPlatform structure to this view.