- java.lang.Object
-
- com.github.weisj.jsvg.renderer.impl.PaintResolver
-
public final class PaintResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PaintResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static @NotNull SVGPaint
coerceNonNull(@Nullable SVGPaint p)
static @NotNull SVGPaint
resolvePaint(@Nullable SVGPaint p, @NotNull PaintContext paintContext, @Nullable ContextElementAttributes contextElementAttributes)
-
-
-
Method Detail
-
resolvePaint
@NotNull public static @NotNull SVGPaint resolvePaint(@Nullable @Nullable SVGPaint p, @NotNull @NotNull PaintContext paintContext, @Nullable @Nullable ContextElementAttributes contextElementAttributes)
-
-