Uses of Class
javax.media.j3d.ViewPlatform

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.