Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
protected ScreenCredit |
AbstractLayer.getScreenCredit() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLayer.setScreenCredit(ScreenCredit screenCredit) |
Modifier and Type | Class and Description |
---|---|
class |
ScreenCreditImage |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<ScreenCredit,Long> |
DrawContextImpl.credits |
Modifier and Type | Method and Description |
---|---|
Map<ScreenCredit,Long> |
DrawContextImpl.getScreenCredits() |
Map<ScreenCredit,Long> |
DrawContext.getScreenCredits()
Returns the screen credits currently held and displayed by this draw context.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.addScreenCredit(ScreenCredit credit) |
void |
DrawContext.addScreenCredit(ScreenCredit credit)
Adds a screen-credit icon to display.
|
protected void |
ScreenCreditController.openBrowser(ScreenCredit credit) |
Modifier and Type | Method and Description |
---|---|
static ScreenCredit |
WWXML.getScreenCredit(Element context,
String path,
XPath xpath)
Returns the
ScreenCredit value of an element identified by an XPath
expression. |
Modifier and Type | Method and Description |
---|---|
static Element |
WWXML.appendScreenCredit(Element context,
String path,
ScreenCredit screenCredit)
Append a heirarcy of new elements with a path to a context element, ending with an element formatted as a
ScreenCredit.
|