Aviatrix3D
2.1.0

org.j3d.renderer.aviatrix3d.navigation
Class AVViewpointData

java.lang.Object
  extended by org.j3d.ui.navigation.ViewpointData
      extended by org.j3d.renderer.aviatrix3d.navigation.AVViewpointData

public class AVViewpointData
extends org.j3d.ui.navigation.ViewpointData

A class to represent viewpoint information so that we can put it on screen, move around to it etc etc.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 TransformGroup viewTg
          The transform group above the view
 
Fields inherited from class org.j3d.ui.navigation.ViewpointData
id, name, selected, userData
 
Constructor Summary
AVViewpointData(java.lang.String name, int id, TransformGroup tg)
          Create a new data object initialised to the set of values.
 
Method Summary
 
Methods inherited from class org.j3d.ui.navigation.ViewpointData
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

viewTg

public TransformGroup viewTg
The transform group above the view

Constructor Detail

AVViewpointData

public AVViewpointData(java.lang.String name,
                       int id,
                       TransformGroup tg)
Create a new data object initialised to the set of values.

Parameters:
name - The name to use
id - The id of this viewpoint
tg - The transformgroup for the view

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org