Uses of Interface
gov.nasa.worldwind.symbology.IconRetriever
-
Packages that use IconRetriever 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. -
-
Uses of IconRetriever in gov.nasa.worldwind.symbology
Classes in gov.nasa.worldwind.symbology that implement IconRetriever Modifier and Type Class Description class
AbstractIconRetriever
Base class for icon retrievers.Fields in gov.nasa.worldwind.symbology declared as IconRetriever Modifier and Type Field Description protected IconRetriever
AbstractTacticalSymbol. iconRetriever
protected IconRetriever
AbstractTacticalSymbol. modifierRetriever
protected IconRetriever
AbstractTacticalSymbol.IconSource. retriever
Methods in gov.nasa.worldwind.symbology that return IconRetriever Modifier and Type Method Description protected IconRetriever
AbstractTacticalSymbol. getIconRetriever()
protected IconRetriever
AbstractTacticalSymbol. getModifierRetriever()
IconRetriever
AbstractTacticalSymbol.IconSource. getRetriever()
Methods in gov.nasa.worldwind.symbology with parameters of type IconRetriever Modifier and Type Method Description protected void
AbstractTacticalSymbol. setIconRetriever(IconRetriever retriever)
protected void
AbstractTacticalSymbol. setModifierRetriever(IconRetriever retriever)
Constructors in gov.nasa.worldwind.symbology with parameters of type IconRetriever Constructor Description IconSource(IconRetriever retriever, java.lang.String symbolId, AVList retrieverParams)
-
Uses of IconRetriever in gov.nasa.worldwind.symbology.milstd1477
Classes in gov.nasa.worldwind.symbology.milstd1477 that implement IconRetriever Modifier and Type Class Description class
MilStd1477IconRetriever
-
Uses of IconRetriever in gov.nasa.worldwind.symbology.milstd2525
Classes in gov.nasa.worldwind.symbology.milstd2525 that implement IconRetriever Modifier and Type Class 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.
-