|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.AVListImpl
gov.nasa.worldwind.WWObjectImpl
gov.nasa.worldwind.WorldWindowImpl
gov.nasa.worldwind.WorldWindowGLAutoDrawable
public class WorldWindowGLAutoDrawable
A non-platform specific WorldWindow class. This class can be aggregated into platform-specific classes to
provide the core functionality of World Wind.
| Field Summary |
|---|
| Fields inherited from class gov.nasa.worldwind.AVListImpl |
|---|
changeSupport |
| Constructor Summary | |
|---|---|
WorldWindowGLAutoDrawable(GLAutoDrawable drawable)
Construct a new WorldWindowGLCanvase for a specified GLDrawable. |
|
| Method Summary | |
|---|---|
void |
addRenderingListener(RenderingListener listener)
|
void |
display(GLAutoDrawable glAutoDrawable)
See GLEventListener.display(GLAutoDrawable). |
void |
displayChanged(GLAutoDrawable glAutoDrawable,
boolean b,
boolean b1)
See GLEventListener.displayChanged(GLAutoDrawable,boolean,boolean). |
void |
init(GLAutoDrawable glAutoDrawable)
See GLEventListener.init(GLAutoDrawable). |
PickedObjectList |
pick(Point pickPoint)
|
void |
propertyChange(PropertyChangeEvent propertyChangeEvent)
The property change listener for this instance. |
void |
removeRenderingListener(RenderingListener listener)
|
void |
reshape(GLAutoDrawable glAutoDrawable,
int x,
int y,
int w,
int h)
See GLEventListener.reshape(GLAutoDrawable,int,int,int,int). |
| Methods inherited from class gov.nasa.worldwind.WorldWindowImpl |
|---|
getModel, getSceneController, getView, setModel, setModelAndView, setView |
| Methods inherited from class gov.nasa.worldwind.AVListImpl |
|---|
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gov.nasa.worldwind.AVList |
|---|
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue |
| Constructor Detail |
|---|
public WorldWindowGLAutoDrawable(GLAutoDrawable drawable)
WorldWindowGLCanvase for a specified GLDrawable.
drawable - the drawable associated with the window.
IllegalArgumentException - if drawable is null.| Method Detail |
|---|
public void addRenderingListener(RenderingListener listener)
public void display(GLAutoDrawable glAutoDrawable)
GLEventListener.display(GLAutoDrawable).
display in interface GLEventListenerglAutoDrawable - the drawable
IllegalStateException - if no SceneController exists for this canvas
public void displayChanged(GLAutoDrawable glAutoDrawable,
boolean b,
boolean b1)
GLEventListener.displayChanged(GLAutoDrawable,boolean,boolean).
displayChanged in interface GLEventListenerglAutoDrawable - the drawablepublic void init(GLAutoDrawable glAutoDrawable)
GLEventListener.init(GLAutoDrawable).
init in interface GLEventListenerglAutoDrawable - the drawablepublic PickedObjectList pick(Point pickPoint)
public void propertyChange(PropertyChangeEvent propertyChangeEvent)
AVListImpl
propertyChange in interface PropertyChangeListenerpropertyChange in class AVListImplpropertyChangeEvent - the eventpublic void removeRenderingListener(RenderingListener listener)
public void reshape(GLAutoDrawable glAutoDrawable,
int x,
int y,
int w,
int h)
GLEventListener.reshape(GLAutoDrawable,int,int,int,int).
reshape in interface GLEventListenerglAutoDrawable - the drawable
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||