Uses of Enum Class
org.jhotdraw8.svg.css.SvgPaintDefaulting
Packages that use SvgPaintDefaulting
-
Uses of SvgPaintDefaulting in org.jhotdraw8.svg.css
Methods in org.jhotdraw8.svg.css that return SvgPaintDefaultingModifier and TypeMethodDescription@Nullable SvgPaintDefaultingSvgDefaultablePaint.getDefaulting()static SvgPaintDefaultingReturns the enum constant of this class with the specified name.static SvgPaintDefaulting[]SvgPaintDefaulting.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jhotdraw8.svg.css with parameters of type SvgPaintDefaultingModifierConstructorDescriptionSvgDefaultablePaint(@Nullable SvgPaintDefaulting defaulting, @Nullable T value) SvgDefaultablePaint(SvgPaintDefaulting defaulting)