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 java.util.LinkedHashMap<ScreenCredit,java.lang.Long> |
DrawContextImpl.credits |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ScreenCredit,java.lang.Long> |
DrawContextImpl.getScreenCredits() |
java.util.Map<ScreenCredit,java.lang.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(org.w3c.dom.Element context,
java.lang.String path,
javax.xml.xpath.XPath xpath)
Returns the
ScreenCredit value of an element identified by an XPath
expression. |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
WWXML.appendScreenCredit(org.w3c.dom.Element context,
java.lang.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.
|