Class PaintContext

java.lang.Object
com.github.weisj.jsvg.renderer.PaintContext
All Implemented Interfaces:
Mutator<PaintContext>

public final class PaintContext extends Object implements Mutator<PaintContext>
  • Field Details

    • color

      @Nullable public final @Nullable AwtSVGPaint color
    • fillPaint

      @Nullable public final @Nullable SVGPaint fillPaint
    • strokePaint

      @Nullable public final @Nullable SVGPaint strokePaint
    • opacity

      public final float opacity
    • fillOpacity

      public final float fillOpacity
    • strokeOpacity

      public final float strokeOpacity
    • paintOrder

      @Nullable public final @Nullable PaintOrder paintOrder
    • strokeContext

      @Nullable public final @Nullable StrokeContext strokeContext
  • Constructor Details

    • PaintContext

      public PaintContext(@Nullable @Nullable AwtSVGPaint color, @Nullable @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable @Nullable PaintOrder paintOrder, @Nullable @Nullable StrokeContext strokeContext)
  • Method Details