Package gov.nasa.worldwind
Interface WorldWindowGLDrawable
-
- All Superinterfaces:
AVList,WorldWindow
- All Known Implementing Classes:
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable,DebuggingGLErrors.MyGLAutoDrawable,WorldWindowGLAutoDrawable
public interface WorldWindowGLDrawable extends WorldWindow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendInitialization()voidinitDrawable(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)voidinitGpuResourceCache(GpuResourceCache cache)-
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
Methods inherited from interface gov.nasa.worldwind.WorldWindow
addPositionListener, addRenderingExceptionListener, addRenderingListener, addSelectListener, getContext, getCurrentPosition, getGpuResourceCache, getInputHandler, getModel, getObjectsAtCurrentPosition, getObjectsInSelectionBox, getPerFrameStatistics, getSceneController, getView, isEnableGpuCacheReinitialization, redraw, redrawNow, removePositionListener, removeRenderingExceptionListener, removeRenderingListener, removeSelectListener, setEnableGpuCacheReinitialization, setInputHandler, setModel, setModelAndView, setPerFrameStatisticsKeys, setSceneController, setView, shutdown
-
-
-
-
Method Detail
-
initDrawable
void initDrawable(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)
-
initGpuResourceCache
void initGpuResourceCache(GpuResourceCache cache)
-
endInitialization
void endInitialization()
-
-