Uses of Class
javax.media.j3d.Screen3D

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

Methods in com.sun.j3d.utils.universe with parameters of type Screen3D
 void ViewInfo.updateScreen(Screen3D s3d)
          Arrange for an update of cached screen parameters.
 

Uses of Screen3D in javax.media.j3d
 

Methods in javax.media.j3d that return Screen3D
 Screen3D Canvas3D.getScreen3D()
          Retrieve the Screen3D object that this Canvas3D is attached to.