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 ColorSwatchGamePieceImage. bgColorprotected ColorSwatchItemInstance. bgColorprotected ColorSwatchGamePieceImage. borderColorprotected ColorSwatchItemInstance. fgColorprotected ColorSwatchTextItemInstance. outlineColorFields in VASSAL.build.module.gamepieceimage with type parameters of type ColorSwatch Modifier and Type Field Description protected Map<String,ColorSwatch>ColorManager. userColorsUser defined ColorsMethods in VASSAL.build.module.gamepieceimage that return ColorSwatch Modifier and Type Method Description static ColorSwatchColorSwatchConfigurer. decode(String s)ColorSwatchGamePieceImage. getBgColor()ColorSwatchItemInstance. getBgColor()static ColorSwatchColorSwatch. getBlack()ColorSwatchGamePieceImage. getBorderColor()protected ColorSwatchShapeItemInstance. getBorderColor()static ColorSwatchColorSwatch. getClear()ColorSwatchColorManager. getColorSwatch(Color color)ColorSwatchColorManager. getColorSwatch(String name)static ColorSwatchColorSwatch. getDefaultSwatch()ColorSwatchItemInstance. getFgColor()ColorSwatchTextItemInstance. getOutlineColor()static ColorSwatchColorSwatch. getRed()protected ColorSwatchSymbolItemInstance. getSizeColor()ColorSwatchColorSwatchConfigurer. getValueColorSwatch()static ColorSwatchColorSwatch. getWhite()Methods in VASSAL.build.module.gamepieceimage with parameters of type ColorSwatch Modifier and Type Method Description intColorSwatch. compareTo(ColorSwatch c)static StringColorSwatchConfigurer. encode(ColorSwatch f)voidItemInstance. setBgColor(ColorSwatch bgColor)protected voidShapeItemInstance. setBorderColor(ColorSwatch borderColor)voidItemInstance. setFgColor(ColorSwatch fgColor)voidTextItemInstance. setOutlineColor(ColorSwatch c)protected voidSymbolItemInstance. setSizeColor(ColorSwatch sizeColor)Constructors in VASSAL.build.module.gamepieceimage with parameters of type ColorSwatch Constructor Description ColorSwatchConfigurer(String key, String name, ColorSwatch swatch)