Uses of Class
com.github.weisj.jsvg.attributes.paint.AwtSVGPaint
-
Packages that use AwtSVGPaint Package Description com.github.weisj.jsvg.attributes.paint com.github.weisj.jsvg.renderer -
-
Uses of AwtSVGPaint in com.github.weisj.jsvg.attributes.paint
Fields in com.github.weisj.jsvg.attributes.paint declared as AwtSVGPaint Modifier and Type Field Description static AwtSVGPaint
SVGPaint. DEFAULT_PAINT
-
Uses of AwtSVGPaint in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as AwtSVGPaint Modifier and Type Field Description @Nullable AwtSVGPaint
PaintContext. color
Methods in com.github.weisj.jsvg.renderer that return AwtSVGPaint Modifier and Type Method Description private static @Nullable AwtSVGPaint
PaintContext. parseColorAttribute(@NotNull AttributeNode attributeNode)
Constructors in com.github.weisj.jsvg.renderer with parameters of type AwtSVGPaint Constructor Description PaintContext(@Nullable AwtSVGPaint color, @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext)
-