Uses of Class
VASSAL.build.module.gamepieceimage.ColorSwatch
Package | Description |
---|---|
VASSAL.build.module.gamepieceimage |
-
Uses of ColorSwatch in VASSAL.build.module.gamepieceimage
Fields in VASSAL.build.module.gamepieceimage declared as ColorSwatch Modifier and Type Field Description protected ColorSwatch
GamePieceImage. bgColor
protected ColorSwatch
ItemInstance. bgColor
protected ColorSwatch
GamePieceImage. borderColor
protected ColorSwatch
ItemInstance. fgColor
protected ColorSwatch
TextItemInstance. outlineColor
Fields in VASSAL.build.module.gamepieceimage with type parameters of type ColorSwatch Modifier and Type Field Description protected Map<String,ColorSwatch>
ColorManager. userColors
User defined ColorsMethods in VASSAL.build.module.gamepieceimage that return ColorSwatch Modifier and Type Method Description static ColorSwatch
ColorSwatchConfigurer. decode(String s)
ColorSwatch
GamePieceImage. getBgColor()
ColorSwatch
ItemInstance. getBgColor()
static ColorSwatch
ColorSwatch. getBlack()
ColorSwatch
GamePieceImage. getBorderColor()
protected ColorSwatch
ShapeItemInstance. getBorderColor()
static ColorSwatch
ColorSwatch. getClear()
ColorSwatch
ColorManager. getColorSwatch(Color color)
ColorSwatch
ColorManager. getColorSwatch(String name)
static ColorSwatch
ColorSwatch. getDefaultSwatch()
ColorSwatch
ItemInstance. getFgColor()
ColorSwatch
TextItemInstance. getOutlineColor()
static ColorSwatch
ColorSwatch. getRed()
protected ColorSwatch
SymbolItemInstance. getSizeColor()
ColorSwatch
ColorSwatchConfigurer. getValueColorSwatch()
static ColorSwatch
ColorSwatch. getWhite()
Methods in VASSAL.build.module.gamepieceimage with parameters of type ColorSwatch Modifier and Type Method Description int
ColorSwatch. compareTo(ColorSwatch c)
static String
ColorSwatchConfigurer. encode(ColorSwatch f)
void
ItemInstance. setBgColor(ColorSwatch bgColor)
protected void
ShapeItemInstance. setBorderColor(ColorSwatch borderColor)
void
ItemInstance. setFgColor(ColorSwatch fgColor)
void
TextItemInstance. setOutlineColor(ColorSwatch c)
protected void
SymbolItemInstance. setSizeColor(ColorSwatch sizeColor)
Constructors in VASSAL.build.module.gamepieceimage with parameters of type ColorSwatch Constructor Description ColorSwatchConfigurer(String key, String name, ColorSwatch swatch)