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