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.symbologyClasses in gov.nasa.worldwind.symbology that implement IconRetriever Modifier and Type Class Description classAbstractIconRetrieverBase class for icon retrievers.Fields in gov.nasa.worldwind.symbology declared as IconRetriever Modifier and Type Field Description protected IconRetrieverAbstractTacticalSymbol. iconRetrieverprotected IconRetrieverAbstractTacticalSymbol. modifierRetrieverprotected IconRetrieverAbstractTacticalSymbol.IconSource. retrieverMethods in gov.nasa.worldwind.symbology that return IconRetriever Modifier and Type Method Description protected IconRetrieverAbstractTacticalSymbol. getIconRetriever()protected IconRetrieverAbstractTacticalSymbol. getModifierRetriever()IconRetrieverAbstractTacticalSymbol.IconSource. getRetriever()Methods in gov.nasa.worldwind.symbology with parameters of type IconRetriever Modifier and Type Method Description protected voidAbstractTacticalSymbol. setIconRetriever(IconRetriever retriever)protected voidAbstractTacticalSymbol. 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.milstd1477Classes in gov.nasa.worldwind.symbology.milstd1477 that implement IconRetriever Modifier and Type Class Description classMilStd1477IconRetriever
- 
Uses of IconRetriever in gov.nasa.worldwind.symbology.milstd2525Classes in gov.nasa.worldwind.symbology.milstd2525 that implement IconRetriever Modifier and Type Class Description classMilStd2525IconRetrieverRetriever to retrieve icons for symbols in the MIL-STD-2525 symbol set.classMilStd2525ModifierRetrieverIcon retriever to retriever modifiers (for example, the Feint/Dummy indicator) for the symbols in the MIL-STD-2525C symbol set.classMilStd2525PointGraphicRetrieverRetriever to fetch icons for MIL-STD-2525C point graphics.
 
-