Class Symbol.NatoUnitSymbolSet
java.lang.Object
VASSAL.build.module.gamepieceimage.Symbol.NatoUnitSymbolSet
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static String[]
protected static String[]
static final Symbol.SizeOption[]
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
buildSizeImage
(Graphics g, int count, String type, int sym_w, int sym_h, int gap) static BufferedImage
buildSizeImage
(String size, int sym_w, int sym_h, int gap) protected static BufferedImage
createImage
(int count, int sym_w, int sym_h, int gap) protected static void
protected static void
draw
(String name1, String name2, Graphics g, Rectangle bounds, Color fg, Color bg, Color sz, float lineWidth, String size) protected static void
protected static Symbol.SizeOption
protected static Symbol.SizeOption
findSizeByDisplayName
(String displayName) protected static String[]
protected static String[]
protected static String[]
protected static String[]
-
Field Details
-
SZ_NONE
- See Also:
-
SZ_INSTALLATION
- See Also:
-
SZ_TEAM
- See Also:
-
SZ_SQUAD
- See Also:
-
SZ_SECTION
- See Also:
-
SZ_PLATOON
- See Also:
-
SZ_ECHELON
- See Also:
-
SZ_COMPANY
- See Also:
-
SZ_BATTALION
- See Also:
-
SZ_REGIMENT
- See Also:
-
SZ_BRIGADE
- See Also:
-
SZ_DIVISION
- See Also:
-
SZ_CORPS
- See Also:
-
SZ_ARMY
- See Also:
-
SZ_ARMY_GROUP
- See Also:
-
SZ_REGION
- See Also:
-
NONE
- See Also:
-
AIRBORNE
- See Also:
-
AIR_DEFENCE
- See Also:
-
AIR_FORCE
- See Also:
-
ANTI_TANK
- See Also:
-
ARMORED
- See Also:
-
ARMY_AVIATION
- See Also:
-
ARTILLERY
- See Also:
-
COMMANDO
- See Also:
-
ENGINEERS
- See Also:
-
GLIDER
- See Also:
-
GUERILLA
- See Also:
-
INFANTRY
- See Also:
-
MARINES
- See Also:
-
MOUNTAIN
- See Also:
-
NAVY
- See Also:
-
RECON
- See Also:
-
INSTALLATION_SYMBOL
- See Also:
-
TEAM_SYMBOL
- See Also:
-
SQUAD_SYMBOL
- See Also:
-
COMPANY_SYMBOL
- See Also:
-
BRIGADE_SYMBOL
- See Also:
-
sizeNames
-
sizeDisplayNames
-
SIZES
-
-
Constructor Details
-
NatoUnitSymbolSet
public NatoUnitSymbolSet()
-
-
Method Details
-
getSymbolNames
-
getSymbolDisplayNames
-
getSymbolSizes
-
getSymbolSizeDisplayNames
-
findSize
-
findSizeByDisplayName
-
draw
-
draw
-
drawSize
-
buildSizeImage
-
createImage
-
buildSizeImage
public static BufferedImage buildSizeImage(Graphics g, int count, String type, int sym_w, int sym_h, int gap)
-