Uses of Class
org.jhotdraw8.svg.css.SvgDefaultablePaint
Packages that use SvgDefaultablePaint
Package
Description
Provides Figures that represent SVG elements.
-
Uses of SvgDefaultablePaint in org.jhotdraw8.svg.figure
Methods in org.jhotdraw8.svg.figure that return SvgDefaultablePaintModifier and TypeMethodDescriptionSvgStop.color()Returns the value of thecolorrecord component.Constructors in org.jhotdraw8.svg.figure with parameters of type SvgDefaultablePaintModifierConstructorDescriptionSvgStop(double offset, SvgDefaultablePaint<CssColor> color, org.jhotdraw8.css.value.CssDefaultableValue<org.jhotdraw8.css.value.CssSize> opacity) Creates an instance of aSvgStoprecord class. -
Uses of SvgDefaultablePaint in org.jhotdraw8.svg.key
Methods in org.jhotdraw8.svg.key that return types with arguments of type SvgDefaultablePaintConstructors in org.jhotdraw8.svg.key with parameters of type SvgDefaultablePaintModifierConstructorDescriptionSvgDefaultablePaintStyleableKey(@NonNull String name, @NonNull Type type, @NonNull org.jhotdraw8.css.converter.CssConverter<T> converter, @NonNull SvgDefaultablePaint<T> initialDefaultingValue, @Nullable T initialValue) Creates a new instance with the specified name, mask and default value.