Uses of Class
com.sun.j3d.utils.universe.PlatformGeometry

Packages that use PlatformGeometry
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of PlatformGeometry in com.sun.j3d.utils.universe
 

Methods in com.sun.j3d.utils.universe that return PlatformGeometry
 PlatformGeometry ViewingPlatform.getPlatformGeometry()
          Returns the PlatformGeometry associated with this ViewingPlatform
 

Methods in com.sun.j3d.utils.universe with parameters of type PlatformGeometry
 void ViewingPlatform.setPlatformGeometry(PlatformGeometry pg)
          Assigns the geometry to associate with the ViewingPlatform.