j3d.org Code

org.j3d.renderer.java3d.navigation
Class J3DViewpointData

java.lang.Object
  extended byorg.j3d.ui.navigation.ViewpointData
      extended byorg.j3d.renderer.java3d.navigation.J3DViewpointData

public class J3DViewpointData
extends 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
 javax.media.j3d.TransformGroup viewTg
          The transform group above the view
 
Fields inherited from class org.j3d.ui.navigation.ViewpointData
id, name, selected, userData
 
Constructor Summary
J3DViewpointData(java.lang.String name, int id, javax.media.j3d.TransformGroup tg)
          Create a new data object initialised to the set of values.
 
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 javax.media.j3d.TransformGroup viewTg
The transform group above the view

Constructor Detail

J3DViewpointData

public J3DViewpointData(java.lang.String name,
                        int id,
                        javax.media.j3d.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

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org