Uses of Class
com.github.weisj.jsvg.paint.impl.jdk.SVGMultipleGradientPaint
Packages that use SVGMultipleGradientPaint
-
Uses of SVGMultipleGradientPaint in com.github.weisj.jsvg.paint.impl.jdk
Subclasses of SVGMultipleGradientPaint in com.github.weisj.jsvg.paint.impl.jdkModifier and TypeClassDescriptionfinal classTheRadialGradientPaintclass provides a way to fill a shape with a circular radial color gradient pattern.Constructors in com.github.weisj.jsvg.paint.impl.jdk with parameters of type SVGMultipleGradientPaintModifierConstructorDescriptionprotectedSVGMultipleGradientPaintContext(@NotNull SVGMultipleGradientPaint mgp, @NotNull AffineTransform t, float @NotNull [] fractions, @NotNull Color @NotNull [] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace) Constructor for MultipleGradientPaintContext superclass.