Uses of Interface
com.github.weisj.jsvg.paint.SVGPaint
-
-
Uses of SVGPaint in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation that return SVGPaint Modifier and Type Method Description private SVGPaintDefaultInterpolator. discreteAnimation(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)@NotNull SVGPaintDefaultInterpolator. interpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)@NotNull SVGPaintPaintInterpolator. interpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)Methods in com.github.weisj.jsvg.animation.interpolation with parameters of type SVGPaint Modifier and Type Method Description private SVGPaintDefaultInterpolator. discreteAnimation(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)private static @Nullable RGBColorDefaultInterpolator. extractColor(@NotNull SVGPaint p)@NotNull SVGPaintDefaultInterpolator. interpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)@NotNull SVGPaintPaintInterpolator. interpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress) -
Uses of SVGPaint in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement SVGPaint Modifier and Type Class Description classAnimatedColorclassAnimatedPaintFields in com.github.weisj.jsvg.animation.value declared as SVGPaint Modifier and Type Field Description private SVGPaintAnimatedPaint. currentprivate @NotNull SVGPaintAnimatedPaint. initialprivate @NotNull SVGPaint @NotNull []AnimatedPaint. valuesMethods in com.github.weisj.jsvg.animation.value that return SVGPaint Modifier and Type Method Description private @NotNull SVGPaintAnimatedPaint. computeCurrent(long timestamp)private @NotNull SVGPaintAnimatedPaint. current(@NotNull MeasureContext context)Methods in com.github.weisj.jsvg.animation.value with parameters of type SVGPaint Modifier and Type Method Description @NotNull AnimatedColorAnimatedColor. derive(@NotNull SVGPaint value)@NotNull AnimatedPaintAnimatedPaint. derive(@NotNull SVGPaint initialValue)Constructors in com.github.weisj.jsvg.animation.value with parameters of type SVGPaint Constructor Description AnimatedPaint(@NotNull Track track, @NotNull SVGPaint initial, @NotNull SVGPaint @NotNull [] values) -
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) classAbstractGradient<Self extends AbstractGradient<Self>>classLinearGradientclassPatternclassRadialGradientclassSolidColor -
Uses of SVGPaint in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type SVGPaint Modifier and Type Method Description @Nullable AnimatedPaintAnimate. animatedPaint(@NotNull SVGPaint initial, @NotNull AttributeNode attributeNode) -
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 SVGPaintFeFlood. 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 classMeshGradient -
Uses of SVGPaint in com.github.weisj.jsvg.paint
Subinterfaces of SVGPaint in com.github.weisj.jsvg.paint Modifier and Type Interface Description interfaceSimplePaintSVGPaintMethods in com.github.weisj.jsvg.paint that return SVGPaint Modifier and Type Method Description static @Nullable SVGPaintSVGPaint. derive(@Nullable SVGPaint current, @Nullable SVGPaint other)Methods in com.github.weisj.jsvg.paint with parameters of type SVGPaint Modifier and Type Method Description static @Nullable SVGPaintSVGPaint. derive(@Nullable SVGPaint current, @Nullable SVGPaint other) -
Uses of SVGPaint in com.github.weisj.jsvg.paint.impl
Classes in com.github.weisj.jsvg.paint.impl that implement SVGPaint Modifier and Type Class Description classAwtSVGPaint(package private) classNonePaint(package private) classSentinelPaintFields in com.github.weisj.jsvg.paint.impl declared as SVGPaint Modifier and Type Field Description static SVGPaintPredefinedPaints. CONTEXT_FILLstatic SVGPaintPredefinedPaints. CONTEXT_STROKEstatic SVGPaintPredefinedPaints. CURRENT_COLORstatic SVGPaintPredefinedPaints. INHERITEDstatic SVGPaintPredefinedPaints. NONEMethods in com.github.weisj.jsvg.paint.impl that return SVGPaint Modifier and Type Method Description @Nullable SVGPaintDefaultPaintParser. parsePaint(@Nullable java.lang.String value) -
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 SVGPaintPaintParser. parsePaint(@Nullable java.lang.String value) -
Uses of SVGPaint in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return SVGPaint Modifier and Type Method Description @Nullable SVGPaintAttributeNode. getPaint(@NotNull java.lang.String key, @Nullable SVGPaint fallback, Inherited inherited, Animatable animatable)@Nullable SVGPaintAttributeNode. getPaint(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)private @Nullable SVGPaintAttributeNode. getPaintInternal(@NotNull java.lang.String key, @Nullable SVGPaint fallback)@Nullable SVGPaintAttributeNode. parsePaint(@Nullable java.lang.String value)@Nullable SVGPaintAttributeParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode attributeNode)Methods in com.github.weisj.jsvg.parser.impl with parameters of type SVGPaint Modifier and Type Method Description private @Nullable AnimatedPaintAttributeNode. getAnimatedPaint(@NotNull java.lang.String property, @NotNull SVGPaint initial)@Nullable SVGPaintAttributeNode. getPaint(@NotNull java.lang.String key, @Nullable SVGPaint fallback, Inherited inherited, Animatable animatable)private @Nullable SVGPaintAttributeNode. getPaintInternal(@NotNull java.lang.String key, @Nullable SVGPaint fallback) -
Uses of SVGPaint in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return SVGPaint Modifier and Type Method Description @NotNull SVGPaintRenderContext. fillPaint()@NotNull SVGPaintRenderContext. strokePaint() -
Uses of SVGPaint in com.github.weisj.jsvg.renderer.impl
Fields in com.github.weisj.jsvg.renderer.impl declared as SVGPaint Modifier and Type Field Description private @NotNull SVGPaintShapeRenderer.PaintWithOpacity. paintMethods in com.github.weisj.jsvg.renderer.impl that return SVGPaint Modifier and Type Method Description private static @NotNull SVGPaintPaintResolver. coerceNonNull(@Nullable SVGPaint p)static @NotNull SVGPaintPaintResolver. resolvePaint(@Nullable SVGPaint p, @NotNull PaintContext paintContext, @Nullable ContextElementAttributes contextElementAttributes)Methods in com.github.weisj.jsvg.renderer.impl with parameters of type SVGPaint Modifier and Type Method Description private static @NotNull SVGPaintPaintResolver. coerceNonNull(@Nullable SVGPaint p)static @NotNull SVGPaintPaintResolver. resolvePaint(@Nullable SVGPaint p, @NotNull PaintContext paintContext, @Nullable ContextElementAttributes contextElementAttributes)Constructors in com.github.weisj.jsvg.renderer.impl with parameters of type SVGPaint Constructor Description PaintWithOpacity(@NotNull SVGPaint paint, float opacity) -
Uses of SVGPaint in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as SVGPaint Modifier and Type Field Description @Nullable SVGPaintPaintContext. color@NotNull SVGPaintContextElementAttributes. fillPaint@Nullable SVGPaintPaintContext. fillPaint@NotNull SVGPaintContextElementAttributes. strokePaint@Nullable SVGPaintPaintContext. strokePaintMethods in com.github.weisj.jsvg.renderer.impl.context that return SVGPaint Modifier and Type Method Description private static @Nullable SVGPaintPaintContext. parseColorAttribute(@NotNull AttributeNode attributeNode)Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type SVGPaint Constructor Description ContextElementAttributes(@NotNull SVGPaint fillPaint, @NotNull SVGPaint strokePaint)PaintContext(@Nullable SVGPaint color, @Nullable SVGPaint fillPaint, @Nullable PercentageValue fillOpacity, @Nullable SVGPaint strokePaint, @Nullable PercentageValue strokeOpacity, @NotNull PercentageValue opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext, @Nullable FillRule fillRule)
-