Uses of Class
VASSAL.build.module.gamepieceimage.FontStyle
| Package | Description |
|---|---|
| VASSAL.build.module.gamepieceimage |
-
Uses of FontStyle in VASSAL.build.module.gamepieceimage
Fields in VASSAL.build.module.gamepieceimage declared as FontStyle Modifier and Type Field Description static FontStyleFontManager. DEFAULT_STYLEFields in VASSAL.build.module.gamepieceimage with type parameters of type FontStyle Modifier and Type Field Description protected Map<String,FontStyle>FontManager. fontStylesMethods in VASSAL.build.module.gamepieceimage that return FontStyle Modifier and Type Method Description static FontStyleFontStyleConfigurer. decode(String s)protected FontStyleFontManager. getFontStyle(String name)FontStyleFontStyleConfigurer. getValueFontStyle()Methods in VASSAL.build.module.gamepieceimage with parameters of type FontStyle Modifier and Type Method Description static StringFontStyleConfigurer. encode(FontStyle f)Constructors in VASSAL.build.module.gamepieceimage with parameters of type FontStyle Constructor Description FontConfigurer(String key, String name, FontStyle f)FontStyleConfigurer(String key, String name, FontStyle fontStyle)