Uses of Class
javax.media.j3d.GraphicsConfigTemplate3D

Packages that use GraphicsConfigTemplate3D
com.sun.j3d.exp.swing EXPERIMENTAL: Provides a lightweight JCanvas3D class. 
 

Uses of GraphicsConfigTemplate3D in com.sun.j3d.exp.swing
 

Constructors in com.sun.j3d.exp.swing with parameters of type GraphicsConfigTemplate3D
JCanvas3D(GraphicsConfigTemplate3D template)
          Constructs and initializes a new Canvas3D object that Java 3D can render into, using the specified template.
JCanvas3D(GraphicsConfigTemplate3D template, java.awt.GraphicsDevice device)
          Constructs and initializes a new Canvas3D object that Java 3D can render into, using the specified template and graphics device.