Uses of Interface
gov.nasa.worldwind.render.ScreenCredit
-
Packages that use ScreenCredit Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwind.util -
-
Uses of ScreenCredit in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers that return ScreenCredit Modifier and Type Method Description protected ScreenCredit
AbstractLayer. getScreenCredit()
Methods in gov.nasa.worldwind.layers with parameters of type ScreenCredit Modifier and Type Method Description protected void
AbstractLayer. setScreenCredit(ScreenCredit screenCredit)
-
Uses of ScreenCredit in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement ScreenCredit Modifier and Type Class Description class
ScreenCreditImage
Fields in gov.nasa.worldwind.render with type parameters of type ScreenCredit Modifier and Type Field Description protected java.util.LinkedHashMap<ScreenCredit,java.lang.Long>
DrawContextImpl. credits
Methods in gov.nasa.worldwind.render that return types with arguments of type ScreenCredit Modifier and Type Method Description java.util.Map<ScreenCredit,java.lang.Long>
DrawContext. getScreenCredits()
Returns the screen credits currently held and displayed by this draw context.java.util.Map<ScreenCredit,java.lang.Long>
DrawContextImpl. getScreenCredits()
Methods in gov.nasa.worldwind.render with parameters of type ScreenCredit Modifier and Type Method Description void
DrawContext. addScreenCredit(ScreenCredit credit)
Adds a screen-credit icon to display.void
DrawContextImpl. addScreenCredit(ScreenCredit credit)
protected void
ScreenCreditController. openBrowser(ScreenCredit credit)
-
Uses of ScreenCredit in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that return ScreenCredit Modifier and Type Method Description static ScreenCredit
WWXML. getScreenCredit(org.w3c.dom.Element context, java.lang.String path, javax.xml.xpath.XPath xpath)
Returns theScreenCredit
value of an element identified by an XPath expression.Methods in gov.nasa.worldwind.util with parameters of type ScreenCredit Modifier and Type Method 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.
-