Uses of Class
com.github.weisj.jsvg.renderer.jdk.SVGRadialGradientPaint
Packages that use SVGRadialGradientPaint
-
Uses of SVGRadialGradientPaint in com.github.weisj.jsvg.renderer.jdk
Constructors in com.github.weisj.jsvg.renderer.jdk with parameters of type SVGRadialGradientPaintModifierConstructorDescription(package private)
SVGRadialGradientPaintContext
(@NotNull SVGRadialGradientPaint paint, @NotNull AffineTransform t, float cx, float cy, float r, float fx, float fy, float fr, float @NotNull [] fractions, @NotNull Color @NotNull [] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace) Constructor for RadialGradientPaintContext.