Class PaintContext

    • Field Detail

      • 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 Detail

      • 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)