Uses of Enum Class
org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
Packages that use SvgFontSize.SizeKeyword
Package
Description
Provides utility classes for converting texts from/to SVG XML attributes.
-
Uses of SvgFontSize.SizeKeyword in org.jhotdraw8.svg.text
Methods in org.jhotdraw8.svg.text that return SvgFontSize.SizeKeywordModifier and TypeMethodDescriptionSvgFontSize.keyword()Returns the value of thekeywordrecord component.static SvgFontSize.SizeKeywordReturns the enum constant of this class with the specified name.static SvgFontSize.SizeKeyword[]SvgFontSize.SizeKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jhotdraw8.svg.text with parameters of type SvgFontSize.SizeKeywordModifierConstructorDescriptionSvgFontSize(@Nullable SvgFontSize.SizeKeyword keyword, @Nullable org.jhotdraw8.css.value.CssSize length) Creates an instance of aSvgFontSizerecord class.