Uses of Class
com.github.weisj.jsvg.renderer.jdk.SVGMultipleGradientPaint
Packages that use SVGMultipleGradientPaint
-
Uses of SVGMultipleGradientPaint in com.github.weisj.jsvg.renderer.jdk
Subclasses of SVGMultipleGradientPaint in com.github.weisj.jsvg.renderer.jdkModifier and TypeClassDescriptionfinal class
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 SVGMultipleGradientPaintModifierConstructorDescriptionprotected
SVGMultipleGradientPaintContext
(@NotNull SVGMultipleGradientPaint mgp, @NotNull AffineTransform t, float @NotNull [] fractions, @NotNull Color @NotNull [] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace) Constructor for MultipleGradientPaintContext superclass.