Package | Description |
---|---|
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.symbology.milstd1477 | |
gov.nasa.worldwind.symbology.milstd2525 |
Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIconRetriever
Base class for icon retrievers.
|
Modifier and Type | Field and Description |
---|---|
protected IconRetriever |
AbstractTacticalSymbol.iconRetriever |
protected IconRetriever |
AbstractTacticalSymbol.modifierRetriever |
protected IconRetriever |
AbstractTacticalSymbol.IconSource.retriever |
Modifier and Type | Method and Description |
---|---|
protected IconRetriever |
AbstractTacticalSymbol.getIconRetriever() |
protected IconRetriever |
AbstractTacticalSymbol.getModifierRetriever() |
IconRetriever |
AbstractTacticalSymbol.IconSource.getRetriever() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTacticalSymbol.setIconRetriever(IconRetriever retriever) |
protected void |
AbstractTacticalSymbol.setModifierRetriever(IconRetriever retriever) |
Constructor and Description |
---|
IconSource(IconRetriever retriever,
java.lang.String symbolId,
AVList retrieverParams) |
Modifier and Type | Class and Description |
---|---|
class |
MilStd1477IconRetriever |
Modifier and Type | Class and Description |
---|---|
class |
MilStd2525IconRetriever
Retriever to retrieve icons for symbols in the MIL-STD-2525 symbol set.
|
class |
MilStd2525ModifierRetriever
Icon retriever to retriever modifiers (for example, the Feint/Dummy indicator) for the symbols in the MIL-STD-2525C
symbol set.
|
class |
MilStd2525PointGraphicRetriever
Retriever to fetch icons for MIL-STD-2525C point graphics.
|