|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.ui.navigation.ViewpointData org.j3d.renderer.aviatrix3d.navigation.AVViewpointData
public class AVViewpointData
A class to represent viewpoint information so that we can put it on screen, move around to it etc etc.
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 |
---|
public TransformGroup viewTg
Constructor Detail |
---|
public AVViewpointData(java.lang.String name, int id, TransformGroup tg)
name
- The name to useid
- The id of this viewpointtg
- The transformgroup for the view
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |