Class MilStd1477IconRetriever
- java.lang.Object
-
- gov.nasa.worldwind.symbology.AbstractIconRetriever
-
- gov.nasa.worldwind.symbology.milstd1477.MilStd1477IconRetriever
-
- All Implemented Interfaces:
IconRetriever
public class MilStd1477IconRetriever extends AbstractIconRetriever
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.symbology.AbstractIconRetriever
retrieverPath
-
-
Constructor Summary
Constructors Constructor Description MilStd1477IconRetriever(java.lang.String retrieverPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagecreateIcon(java.lang.String symbolId, AVList params)Create an icon to represent a symbol in a symbol set.protected java.lang.StringgetFilename(java.lang.String code)-
Methods inherited from class gov.nasa.worldwind.symbology.AbstractIconRetriever
drawImage, equals, getRetrieverPath, hashCode, multiply, readImage, replaceColor
-
-
-
-
Method Detail
-
createIcon
public java.awt.image.BufferedImage createIcon(java.lang.String symbolId, AVList params)Description copied from interface:IconRetrieverCreate an icon to represent a symbol in a symbol set.- Parameters:
symbolId- Identifier for the symbol. The format of this identifier depends on the symbology set.params- Parameters that affect icon retrieval.- Returns:
- A BufferedImage containing the requested icon, or null if the icon cannot be retrieved.
-
getFilename
protected java.lang.String getFilename(java.lang.String code)
-
-