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 FontStyle
FontManager. DEFAULT_STYLE
Fields in VASSAL.build.module.gamepieceimage with type parameters of type FontStyle Modifier and Type Field Description protected Map<String,FontStyle>
FontManager. fontStyles
Methods in VASSAL.build.module.gamepieceimage that return FontStyle Modifier and Type Method Description static FontStyle
FontStyleConfigurer. decode(String s)
protected FontStyle
FontManager. getFontStyle(String name)
FontStyle
FontStyleConfigurer. getValueFontStyle()
Methods in VASSAL.build.module.gamepieceimage with parameters of type FontStyle Modifier and Type Method Description static String
FontStyleConfigurer. 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)