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