Uses of Class
com.github.weisj.jsvg.renderer.jdk.SVGMultipleGradientPaint
-
Packages that use SVGMultipleGradientPaint Package Description com.github.weisj.jsvg.renderer.jdk -
-
Uses of SVGMultipleGradientPaint in com.github.weisj.jsvg.renderer.jdk
Subclasses of SVGMultipleGradientPaint in com.github.weisj.jsvg.renderer.jdk Modifier and Type Class Description class
SVGRadialGradientPaint
TheRadialGradientPaint
class provides a way to fill a shape with a circular radial color gradient pattern.Constructors in com.github.weisj.jsvg.renderer.jdk with parameters of type SVGMultipleGradientPaint Constructor Description SVGMultipleGradientPaintContext(@NotNull SVGMultipleGradientPaint mgp, @NotNull java.awt.geom.AffineTransform t, float @NotNull [] fractions, @NotNull java.awt.Color @NotNull [] colors, java.awt.MultipleGradientPaint.CycleMethod cycleMethod, java.awt.MultipleGradientPaint.ColorSpaceType colorSpace)
Constructor for MultipleGradientPaintContext superclass.
-