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 java.lang.String |
MilStd2525PointGraphicRetriever.composeFilename(SymbolCode code)
Indicates the filename of the icon for a graphic.
|
protected java.lang.String |
MilStd2525PointGraphicRetriever.composeFilenameEms(SymbolCode code)
Indicates the filename of a graphic in the Emergency Management scheme (MIL-STD-2525C Appendix G).
|
protected java.lang.String |
MilStd2525PointGraphicRetriever.composeFilenameMetoc(SymbolCode code)
Indicates the filename of a graphic in the Meteorological and Oceanographic scheme (MIL-STD-2525C Appendix C).
|
protected java.lang.String |
MilStd2525PointGraphicRetriever.composeFilenameTacticalGraphic(SymbolCode code,
java.lang.String dir)
Indicates the filename of a graphic in the Tactical Graphics scheme (MIL-STD-2525C Appendix B).
|
protected java.awt.image.BufferedImage |
MilStd2525PointGraphicRetriever.composeFilledImage(java.awt.image.BufferedImage srcImg,
SymbolCode symbolCode)
Create an image by drawing over a fill image.
|
protected java.lang.String |
MilStd2525PointGraphicRetriever.composeFillPath(SymbolCode code)
Compose a file path to the fill icon for a graphic.
|
protected java.lang.String |
MilStd2525IconRetriever.composeFillPath(SymbolCode symbolCode) |
protected java.lang.String |
MilStd2525IconRetriever.composeFramePath(SymbolCode symbolCode) |
protected java.lang.String |
MilStd2525IconRetriever.composeIconPath(SymbolCode symbolCode,
AVList params) |
static java.lang.String |
SymbolCode.composeSymbolModifierCode(SymbolCode symbolCode,
AVList modifiers,
java.lang.String modifierKey) |
protected java.awt.image.BufferedImage |
MilStd2525IconRetriever.drawCircle(SymbolCode symbolCode,
AVList params,
java.awt.image.BufferedImage dest) |
protected java.awt.image.BufferedImage |
MilStd2525IconRetriever.drawFill(SymbolCode symbolCode,
AVList params,
java.awt.image.BufferedImage dest) |
protected java.awt.image.BufferedImage |
MilStd2525IconRetriever.drawFrame(SymbolCode symbolCode,
AVList params,
java.awt.image.BufferedImage dest) |
protected java.awt.image.BufferedImage |
MilStd2525IconRetriever.drawIcon(SymbolCode symbolCode,
AVList params,
java.awt.image.BufferedImage dest) |
protected java.lang.Class |
MilStd2525GraphicFactory.getClassForCode(SymbolCode symbolCode)
Get the implementation class that implements a particular graphic.
|
protected java.awt.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 java.awt.Color |
MilStd2525IconRetriever.getFillColor(SymbolCode symbolCode,
AVList params) |
protected java.awt.Color |
MilStd2525IconRetriever.getFrameColor(SymbolCode symbolCode,
AVList params) |
protected java.lang.String |
MilStd2525IconRetriever.getGroundFunctionId(SymbolCode symbolCode) |
protected java.awt.Color |
MilStd2525IconRetriever.getIconColor(SymbolCode symbolCode,
AVList params) |
protected java.lang.String |
MilStd2525IconRetriever.getMaskedFillCode(SymbolCode symbolCode) |
protected java.lang.String |
MilStd2525IconRetriever.getMaskedFrameCode(SymbolCode symbolCode) |
protected java.lang.String |
MilStd2525IconRetriever.getMaskedIconCode(SymbolCode symbolCode,
AVList params) |
protected java.lang.String |
MilStd2525IconRetriever.getMaskedUnknownIconCode(SymbolCode symbolCode,
AVList params) |
protected java.lang.String |
MilStd2525IconRetriever.getSimpleStandardIdentity(SymbolCode symbolCode) |
protected java.lang.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.
|