Uses of Interface
com.github.weisj.jsvg.attributes.paint.SVGPaint
Packages that use SVGPaint
Package
Description
-
Uses of SVGPaint in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return SVGPaintModifier and TypeMethodDescription@Nullable SVGPaint
AttributeParser.parsePaint
(@Nullable String value, @NotNull AttributeNode attributeNode) -
Uses of SVGPaint in com.github.weisj.jsvg.attributes.paint
Subinterfaces of SVGPaint in com.github.weisj.jsvg.attributes.paintClasses in com.github.weisj.jsvg.attributes.paint that implement SVGPaintFields in com.github.weisj.jsvg.attributes.paint declared as SVGPaintModifier and TypeFieldDescriptionstatic final SVGPaint
SVGPaint.CONTEXT_FILL
static final SVGPaint
SVGPaint.CONTEXT_STROKE
static final SVGPaint
SVGPaint.CURRENT_COLOR
static final SVGPaint
SVGPaint.NONE
Methods in com.github.weisj.jsvg.attributes.paint that return SVGPaintModifier and TypeMethodDescription@Nullable SVGPaint
DefaultPaintParser.parsePaint
(@Nullable String value, @NotNull AttributeNode node) @Nullable SVGPaint
PaintParser.parsePaint
(@Nullable String value, @NotNull AttributeNode attributeNode) -
Uses of SVGPaint in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement SVGPaintModifier and TypeClassDescription(package private) class
AbstractGradient<Self extends AbstractGradient<Self>>
final class
final class
final class
final class
-
Uses of SVGPaint in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as SVGPaint -
Uses of SVGPaint in com.github.weisj.jsvg.nodes.mesh
Classes in com.github.weisj.jsvg.nodes.mesh that implement SVGPaint -
Uses of SVGPaint in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SVGPaintMethods in com.github.weisj.jsvg.parser with parameters of type SVGPaint -
Uses of SVGPaint in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as SVGPaintModifier and TypeFieldDescriptionfinal @NotNull SVGPaint
ContextElementAttributes.fillPaint
final @Nullable SVGPaint
PaintContext.fillPaint
private final @NotNull SVGPaint
ShapeRenderer.PaintWithOpacity.paint
final @NotNull SVGPaint
ContextElementAttributes.strokePaint
final @Nullable SVGPaint
PaintContext.strokePaint
Methods in com.github.weisj.jsvg.renderer that return SVGPaintModifier and TypeMethodDescriptionprivate @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 SVGPaintModifier and TypeMethodDescriptionprivate @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 SVGPaintModifierConstructorDescriptionContextElementAttributes
(@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) private
PaintWithOpacity
(@NotNull SVGPaint paint, float opacity)