| Package | Description | 
|---|---|
| gov.nasa.worldwind.symbology.milstd2525 | 
 Tactical graphics and symbols defined by the MIL-STD-2525 symbology set. 
 | 
| gov.nasa.worldwind.symbology.milstd2525.graphics | 
| Modifier and Type | Field and Description | 
|---|---|
protected SymbolCode | 
MilStd2525TacticalSymbol.symbolCode
Indicates a string identifier for this symbol. 
 | 
protected SymbolCode | 
AbstractMilStd2525TacticalGraphic.symbolCode
Indicates a string identifier for this symbol. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SymbolCode | 
MilStd2525IconRetriever.transformToWarfightingScheme(SymbolCode symbolCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
MilStd2525PointGraphicRetriever.composeFilename(SymbolCode code)
Indicates the filename of the icon for a graphic. 
 | 
protected String | 
MilStd2525PointGraphicRetriever.composeFilenameEms(SymbolCode code)
Indicates the filename of a graphic in the Emergency Management scheme (MIL-STD-2525C Appendix G). 
 | 
protected String | 
MilStd2525PointGraphicRetriever.composeFilenameMetoc(SymbolCode code)
Indicates the filename of a graphic in the Meteorological and Oceanographic scheme (MIL-STD-2525C Appendix C). 
 | 
protected String | 
MilStd2525PointGraphicRetriever.composeFilenameTacticalGraphic(SymbolCode code,
                              String dir)
Indicates the filename of a graphic in the Tactical Graphics scheme (MIL-STD-2525C Appendix B). 
 | 
protected BufferedImage | 
MilStd2525PointGraphicRetriever.composeFilledImage(BufferedImage srcImg,
                  SymbolCode symbolCode)
Create an image by drawing over a fill image. 
 | 
protected String | 
MilStd2525IconRetriever.composeFillPath(SymbolCode symbolCode)  | 
protected String | 
MilStd2525PointGraphicRetriever.composeFillPath(SymbolCode code)
Compose a file path to the fill icon for a graphic. 
 | 
protected String | 
MilStd2525IconRetriever.composeFramePath(SymbolCode symbolCode)  | 
protected String | 
MilStd2525IconRetriever.composeIconPath(SymbolCode symbolCode,
               AVList params)  | 
static String | 
SymbolCode.composeSymbolModifierCode(SymbolCode symbolCode,
                         AVList modifiers,
                         String modifierKey)  | 
protected BufferedImage | 
MilStd2525IconRetriever.drawCircle(SymbolCode symbolCode,
          AVList params,
          BufferedImage dest)  | 
protected BufferedImage | 
MilStd2525IconRetriever.drawFill(SymbolCode symbolCode,
        AVList params,
        BufferedImage dest)  | 
protected BufferedImage | 
MilStd2525IconRetriever.drawFrame(SymbolCode symbolCode,
         AVList params,
         BufferedImage dest)  | 
protected BufferedImage | 
MilStd2525IconRetriever.drawIcon(SymbolCode symbolCode,
        AVList params,
        BufferedImage dest)  | 
protected Class | 
MilStd2525GraphicFactory.getClassForCode(SymbolCode symbolCode)
Get the implementation class that implements a particular graphic. 
 | 
protected Color | 
MilStd2525PointGraphicRetriever.getColorForStandardIdentity(SymbolCode code)
Indicates the color to apply to a graphic based on the graphic's standard identity. 
 | 
static Material | 
MilStd2525Util.getDefaultGraphicMaterial(SymbolCode symbolCode)
Determines a default color to apply to a symbol. 
 | 
protected Color | 
MilStd2525IconRetriever.getFillColor(SymbolCode symbolCode,
            AVList params)  | 
protected Color | 
MilStd2525IconRetriever.getFrameColor(SymbolCode symbolCode,
             AVList params)  | 
protected String | 
MilStd2525IconRetriever.getGroundFunctionId(SymbolCode symbolCode)  | 
protected Color | 
MilStd2525IconRetriever.getIconColor(SymbolCode symbolCode,
            AVList params)  | 
protected String | 
MilStd2525IconRetriever.getMaskedFillCode(SymbolCode symbolCode)  | 
protected String | 
MilStd2525IconRetriever.getMaskedFrameCode(SymbolCode symbolCode)  | 
protected String | 
MilStd2525IconRetriever.getMaskedIconCode(SymbolCode symbolCode,
                 AVList params)  | 
protected String | 
MilStd2525IconRetriever.getMaskedUnknownIconCode(SymbolCode symbolCode,
                        AVList params)  | 
protected String | 
MilStd2525IconRetriever.getSimpleStandardIdentity(SymbolCode symbolCode)  | 
protected String | 
MilStd2525IconRetriever.getSimpleStatus(SymbolCode symbolCode)  | 
protected boolean | 
MilStd2525IconRetriever.isDashedFrame(SymbolCode symbolCode)  | 
protected static boolean | 
MilStd2525Util.isObstacle(SymbolCode symbolCode)
Indicates whether or not a symbol code identifiers an Obstacle. 
 | 
protected boolean | 
MilStd2525PointGraphicRetriever.mustDrawFill(SymbolCode code)
Indicates whether or not a fill must be drawn for a graphic. 
 | 
protected boolean | 
MilStd2525IconRetriever.mustDrawFill(SymbolCode symbolCode,
            AVList params)  | 
protected boolean | 
MilStd2525IconRetriever.mustDrawFrame(SymbolCode symbolCode,
             AVList params)  | 
protected boolean | 
MilStd2525IconRetriever.mustDrawIcon(SymbolCode symbolCode,
            AVList params)  | 
protected SymbolCode | 
MilStd2525IconRetriever.transformToWarfightingScheme(SymbolCode symbolCode)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SymbolCode | 
TacticalGraphicSymbol.symbolCode
Indicates a string identifier for this symbol. 
 |