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