|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.x3d.PlatformStructure
org.jeospace.x3d.Cockpit
A view platform that is oriented and aligned with the gravitation vector
and horizontal coordinate system of the System to which it is attached.
It is an integrated node set consisting of a PlatformStructure
which contains a Viewpoint and a NavigationInfo
node.
Note: The CockpitPropertyListener implementation is necessary
to configure the bindable properties of the Viewpoint and
NavigationInfo nodes. The Xj3D browser will not configure these
properties without an explicit bind operation being performed on these nodes.
PlatformStructure,
CockpitProperties,
Viewpoint,
NavigationInfo| Field Summary | |
Viewpoint |
viewpoint
The viewpoint |
| Fields inherited from class org.jeospace.x3d.PlatformStructure |
component, horizon |
| Constructor Summary | |
Cockpit(org.web3d.x3d.sai.X3DScene scene,
CockpitProperties properties)
Constructor |
|
| Method Summary | |
void |
cockpitPropertyChanged(CockpitPropertyEvent cpe)
The cockpit property listener, configures the cockpit's parameters due to changes in it's properties object. |
void |
dispose()
Dispose of the resources of this Cockpit, prepare
it for garbage collection. |
void |
setActive()
Set this Cockpit to be the active user view. |
| Methods inherited from class org.jeospace.x3d.PlatformStructure |
add, add, remove, remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Viewpoint viewpoint
| Constructor Detail |
public Cockpit(org.web3d.x3d.sai.X3DScene scene,
CockpitProperties properties)
scene - the X3DScene objectproperties - the bindable properties of the underlying nodes.| Method Detail |
public void setActive()
Cockpit to be the active user view.
public void dispose()
Cockpit, prepare
it for garbage collection.
dispose in interface Structuredispose in class PlatformStructurepublic void cockpitPropertyChanged(CockpitPropertyEvent cpe)
cockpitPropertyChanged in interface CockpitPropertyListener
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||