Package VASSAL.tools.imports.adc2
Class ADC2Module.StatusDots
java.lang.Object
VASSAL.tools.imports.adc2.ADC2Module.StatusDots
- Enclosing class:
- ADC2Module
public class ADC2Module.StatusDots extends Object
-
Field Summary
Fields Modifier and Type Field Description static int
ATTACKED
static int
BOTTOM_CENTER
static int
BOTTOM_LEFT
static int
BOTTOM_RIGHT
static int
CENTER_CENTER
static int
CENTER_LEFT
static int
CENTER_RIGHT
static int
CLASS_VALUE
static int
DEFENDED
static int
DO_NOT_DRAW
static int
IN_COMBAT
static int
MOVED
static int
NOT_USED
static int
PIECE_VALUE
static int
TOP_CENTER
static int
TOP_LEFT
static int
TOP_RIGHT
-
Constructor Summary
Constructors Modifier Constructor Description protected
StatusDots(int type, int show, Color color, int position, int size)
-
Method Summary
Modifier and Type Method Description Color
getColor()
int
getPosition()
int
getShow()
int
getSize()
String
getStatusPropertyName()
int
getType()
-
Field Details
-
NOT_USED
public static final int NOT_USED- See Also:
- Constant Field Values
-
MOVED
public static final int MOVED- See Also:
- Constant Field Values
-
IN_COMBAT
public static final int IN_COMBAT- See Also:
- Constant Field Values
-
ATTACKED
public static final int ATTACKED- See Also:
- Constant Field Values
-
DEFENDED
public static final int DEFENDED- See Also:
- Constant Field Values
-
CLASS_VALUE
public static final int CLASS_VALUE- See Also:
- Constant Field Values
-
PIECE_VALUE
public static final int PIECE_VALUE- See Also:
- Constant Field Values
-
DO_NOT_DRAW
public static final int DO_NOT_DRAW- See Also:
- Constant Field Values
-
TOP_LEFT
public static final int TOP_LEFT- See Also:
- Constant Field Values
-
TOP_CENTER
public static final int TOP_CENTER- See Also:
- Constant Field Values
-
TOP_RIGHT
public static final int TOP_RIGHT- See Also:
- Constant Field Values
-
CENTER_LEFT
public static final int CENTER_LEFT- See Also:
- Constant Field Values
-
CENTER_CENTER
public static final int CENTER_CENTER- See Also:
- Constant Field Values
-
CENTER_RIGHT
public static final int CENTER_RIGHT- See Also:
- Constant Field Values
-
BOTTOM_LEFT
public static final int BOTTOM_LEFT- See Also:
- Constant Field Values
-
BOTTOM_CENTER
public static final int BOTTOM_CENTER- See Also:
- Constant Field Values
-
BOTTOM_RIGHT
public static final int BOTTOM_RIGHT- See Also:
- Constant Field Values
-
-
Constructor Details
-
StatusDots
-
-
Method Details
-
getColor
-
getPosition
public int getPosition() -
getShow
public int getShow() -
getSize
public int getSize() -
getType
public int getType() -
getStatusPropertyName
-