Uses of Enum Class
org.jhotdraw8.svg.text.SvgGradientUnits
Packages that use SvgGradientUnits
Package
Description
Provides Figures that represent SVG elements.
Provides utility classes for converting texts from/to SVG XML attributes.
-
Uses of SvgGradientUnits in org.jhotdraw8.svg.figure
Fields in org.jhotdraw8.svg.figure with type parameters of type SvgGradientUnitsModifier and TypeFieldDescriptionstatic final @NonNull NonNullObjectStyleableKey<SvgGradientUnits> AbstractSvgGradientFigure.GRADIENT_UNITS -
Uses of SvgGradientUnits in org.jhotdraw8.svg.text
Methods in org.jhotdraw8.svg.text that return SvgGradientUnitsModifier and TypeMethodDescriptionstatic SvgGradientUnitsReturns the enum constant of this class with the specified name.static SvgGradientUnits[]SvgGradientUnits.values()Returns an array containing the constants of this enum class, in the order they are declared.