camera3d.manipulation
Class TransAdapterTester

java.lang.Object
  extended bycamera3d.manipulation.TransAdapterTester

public class TransAdapterTester
extends java.lang.Object

Version:
21/08/2003
Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos

Constructor Summary
TransAdapterTester()
          Creates a Translation Adapter tester that runs as a standalone application.
TransAdapterTester(boolean isStandalone)
          Creates Translation Adapter tester.
 
Method Summary
 void cleanup()
          Description of the Method
 javax.media.j3d.Canvas3D getCanvas3D()
          Gets the canvas3D attribute of the TransAdapterTester object
 boolean isStandalone()
          Returns flag indicating whether this object is running inside its own window.
static void main(java.lang.String[] args)
          Runs tester application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransAdapterTester

public TransAdapterTester()
Creates a Translation Adapter tester that runs as a standalone application.


TransAdapterTester

public TransAdapterTester(boolean isStandalone)
Creates Translation Adapter tester.

Parameters:
isStandalone - if true, the tester will run inside its own frame.
Method Detail

main

public static void main(java.lang.String[] args)
Runs tester application.

Parameters:
args - The command line arguments

getCanvas3D

public javax.media.j3d.Canvas3D getCanvas3D()
Gets the canvas3D attribute of the TransAdapterTester object

Returns:
The canvas3D value

isStandalone

public boolean isStandalone()
Returns flag indicating whether this object is running inside its own window.

Returns:
The standalone value

cleanup

public void cleanup()
Description of the Method



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