Uses of Enum Class
eu.webtoolkit.jwt.FontWeight
Packages that use FontWeight
-
Uses of FontWeight in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return FontWeightModifier and TypeMethodDescriptionWFont.getWeight()Returns the font weight.static FontWeightReturns the enum constant of this class with the specified name.static FontWeight[]FontWeight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type FontWeightModifier and TypeMethodDescriptionfinal voidWFont.setWeight(FontWeight weight) Sets the font weight.voidWFont.setWeight(FontWeight weight, int value) Sets the font weight.