camera3d
Class DummyApp

java.lang.Object
  extended bycamera3d.DummyApp

public class DummyApp
extends java.lang.Object

This is an copy of camera3d.test.NodeTester. Created with the sole purpose of debugging the ActiveX component.
An utility class to help with debugging of scene graphs. It encapsulates the basic Java3D and GUI structures, providing an access point for plugging in new nodes.

Author:
Fabio Roberto de Miranda, Carlos da Silva dos Santos

Constructor Summary
DummyApp()
          Creates a new DummyApp, assembling its scene graph.
 
Method Summary
 void cleanup()
           
 javax.media.j3d.Canvas3D getCanvas3D()
           
 javax.swing.JFrame getFrame()
           
 javax.media.j3d.BranchGroup getRootBG()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyApp

public DummyApp()
Creates a new DummyApp, assembling its scene graph.

Method Detail

getRootBG

public javax.media.j3d.BranchGroup getRootBG()

getCanvas3D

public javax.media.j3d.Canvas3D getCanvas3D()

cleanup

public void cleanup()

getFrame

public javax.swing.JFrame getFrame()


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.