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