j3d.examples.shape.cube.swing
Class ViewUtils
java.lang.Object
   j3d.examples.shape.cube.swing.ViewUtils
j3d.examples.shape.cube.swing.ViewUtils
- public class ViewUtils 
- extends java.lang.Object
Copyright DocJava, inc. User: lyon
 
 Date: Mar 8, 2005
 
 Time: 7:17:26 PM
 
| Method Summary | 
|  javax.media.j3d.View | createView(javax.media.j3d.ViewPlatform vp,
           java.awt.Container c)Create a Java 3D View and attach it to a ViewPlatform
 | 
| static javax.media.j3d.Canvas3D[] | getStereoCanvas()
 | 
|  javax.media.j3d.TransformGroup[] | getViewTransformGroupArray()Get the TransformGroup for the View side of the scenegraph
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ViewUtils
public ViewUtils()
createView
public javax.media.j3d.View createView(javax.media.j3d.ViewPlatform vp,
                                       java.awt.Container c)
- Create a Java 3D View and attach it to a ViewPlatform
 
- 
 
getStereoCanvas
public static javax.media.j3d.Canvas3D[] getStereoCanvas()
- 
 
getViewTransformGroupArray
public javax.media.j3d.TransformGroup[] getViewTransformGroupArray()
- Get the TransformGroup for the View side of the scenegraph
 
-