Uses of Class
org.jhotdraw8.draw.css.value.CssLinearGradient
Packages that use CssLinearGradient
Package
Description
Provides utility classes for converting from/to CSS attribute texts.
-
Uses of CssLinearGradient in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type CssLinearGradientModifier and TypeMethodDescriptionprotected <TT extends CssLinearGradient>
voidLinearGradientCssConverter.produceTokensNonNull(TT lg, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return CssLinearGradientModifier and TypeMethodDescriptionLinearGradientCssConverter.parseNonNull(CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver)