Uses of Interface
com.github.weisj.jsvg.attributes.paint.SVGPaint
-
-
Uses of SVGPaint in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return SVGPaint Modifier and Type Method Description @Nullable SVGPaint
AttributeParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode attributeNode)
-
Uses of SVGPaint in com.github.weisj.jsvg.attributes.paint
Subinterfaces of SVGPaint in com.github.weisj.jsvg.attributes.paint Modifier and Type Interface Description interface
SimplePaintSVGPaint
Classes in com.github.weisj.jsvg.attributes.paint that implement SVGPaint Modifier and Type Class Description class
AwtSVGPaint
Fields in com.github.weisj.jsvg.attributes.paint declared as SVGPaint Modifier and Type Field Description static SVGPaint
SVGPaint. CONTEXT_FILL
static SVGPaint
SVGPaint. CONTEXT_STROKE
static SVGPaint
SVGPaint. CURRENT_COLOR
static SVGPaint
SVGPaint. NONE
Methods in com.github.weisj.jsvg.attributes.paint that return SVGPaint Modifier and Type Method Description @Nullable SVGPaint
DefaultPaintParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode node)
@Nullable SVGPaint
PaintParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode attributeNode)
-
Uses of SVGPaint in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement SVGPaint Modifier and Type Class Description (package private) class
AbstractGradient<Self extends AbstractGradient<Self>>
class
LinearGradient
class
Pattern
class
RadialGradient
class
SolidColor
-
Uses of SVGPaint in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as SVGPaint Modifier and Type Field Description private SVGPaint
FeFlood. floodColor
-
Uses of SVGPaint in com.github.weisj.jsvg.nodes.mesh
Classes in com.github.weisj.jsvg.nodes.mesh that implement SVGPaint Modifier and Type Class Description class
MeshGradient
-
Uses of SVGPaint in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGPaint Modifier and Type Method Description @Nullable SVGPaint
AttributeNode. getPaint(@NotNull java.lang.String key)
@NotNull SVGPaint
AttributeNode. getPaint(@NotNull java.lang.String key, @NotNull SVGPaint fallback)
Methods in com.github.weisj.jsvg.parser with parameters of type SVGPaint Modifier and Type Method Description @NotNull SVGPaint
AttributeNode. getPaint(@NotNull java.lang.String key, @NotNull SVGPaint fallback)
-
Uses of SVGPaint in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as SVGPaint Modifier and Type Field Description @NotNull SVGPaint
ContextElementAttributes. fillPaint
@Nullable SVGPaint
PaintContext. fillPaint
private @NotNull SVGPaint
ShapeRenderer.PaintWithOpacity. paint
@NotNull SVGPaint
ContextElementAttributes. strokePaint
@Nullable SVGPaint
PaintContext. strokePaint
Methods in com.github.weisj.jsvg.renderer that return SVGPaint Modifier and Type Method Description private @NotNull SVGPaint
RenderContext. coerceNonNull(@Nullable SVGPaint p)
@NotNull SVGPaint
RenderContext. fillPaint()
private @NotNull SVGPaint
RenderContext. resolvePaint(@Nullable SVGPaint p)
@NotNull SVGPaint
RenderContext. strokePaint()
Methods in com.github.weisj.jsvg.renderer with parameters of type SVGPaint Modifier and Type Method Description private @NotNull SVGPaint
RenderContext. coerceNonNull(@Nullable SVGPaint p)
private @NotNull SVGPaint
RenderContext. resolvePaint(@Nullable SVGPaint p)
Constructors in com.github.weisj.jsvg.renderer with parameters of type SVGPaint Constructor Description ContextElementAttributes(@NotNull SVGPaint fillPaint, @NotNull SVGPaint strokePaint)
PaintContext(@Nullable AwtSVGPaint color, @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext)
PaintWithOpacity(@NotNull SVGPaint paint, float opacity)
-