Uses of Class
com.github.weisj.jsvg.attributes.font.PredefinedFontWeight
-
Packages that use PredefinedFontWeight Package Description com.github.weisj.jsvg.attributes.font -
-
Uses of PredefinedFontWeight in com.github.weisj.jsvg.attributes.font
Methods in com.github.weisj.jsvg.attributes.font that return PredefinedFontWeight Modifier and Type Method Description static PredefinedFontWeight
PredefinedFontWeight. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PredefinedFontWeight[]
PredefinedFontWeight. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-