gov.nasa.worldwind.render
Class ScreenCreditController
java.lang.Object
gov.nasa.worldwind.render.ScreenCreditController
- All Implemented Interfaces:
- Disposable, SelectListener, Pickable, Renderable, EventListener
public class ScreenCreditController - extends Object
- implements Renderable, SelectListener, Disposable, Pickable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScreenCreditController
public ScreenCreditController(WorldWindow wwd)
dispose
public void dispose()
- Specified by:
dispose in interface Disposable
openBrowser
protected void openBrowser(ScreenCredit credit)
pick
public void pick(DrawContext dc,
Point pickPoint)
- Specified by:
pick in interface Pickable
render
public void render(DrawContext dc)
- Description copied from interface:
Renderable
- Causes this
Renderable to render itself using the DrawContext provided. The
DrawContext provides the elevation model, openGl instance, globe and other information required for
drawing. It is recommended that the DrawContext is non-null as most implementations do not support
null DrawContexts.
- Specified by:
render in interface Renderable
- Parameters:
dc - the DrawContext to be used- See Also:
DrawContext
selected
public void selected(SelectEvent event)
- Specified by:
selected in interface SelectListener
|
|