Uses of Class
eu.webtoolkit.jwt.FontStyle
-
Packages that use FontStyle Package Description eu.webtoolkit.jwt -
-
Uses of FontStyle in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return FontStyle Modifier and Type Method Description FontStyleWFont. getStyle()Returns the font style.static FontStyleFontStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FontStyle[]FontStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type FontStyle Modifier and Type Method Description voidWFont. setStyle(FontStyle style)Sets the font style.
-