Module com.github.weisj.jsvg
Class ShapeRenderer.PaintWithOpacity
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.impl.ShapeRenderer.PaintWithOpacity
-
- Enclosing class:
- ShapeRenderer
private static final class ShapeRenderer.PaintWithOpacity extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PaintWithOpacity(@NotNull SVGPaint paint, float opacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isVisible(@NotNull RenderContext context)
-
-
-
Field Detail
-
paint
@NotNull private final @NotNull SVGPaint paint
-
opacity
private final float opacity
-
-
Constructor Detail
-
PaintWithOpacity
private PaintWithOpacity(@NotNull @NotNull SVGPaint paint, float opacity)
-
-
Method Detail
-
isVisible
boolean isVisible(@NotNull @NotNull RenderContext context)
-
-