Uses of Class
com.github.weisj.jsvg.renderer.impl.context.StrokeContext
Packages that use StrokeContext
Package
Description
-
Uses of StrokeContext in com.github.weisj.jsvg.attributes.stroke
Methods in com.github.weisj.jsvg.attributes.stroke with parameters of type StrokeContextModifier and TypeMethodDescriptionstatic @NotNull StrokeStrokeResolver.resolve(float pathLengthFactor, @NotNull MeasureContext measureContext, @NotNull StrokeContext context) -
Uses of StrokeContext in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return StrokeContext -
Uses of StrokeContext in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as StrokeContextMethods in com.github.weisj.jsvg.renderer.impl.context that return StrokeContextModifier and TypeMethodDescriptionstatic @NotNull StrokeContextStrokeContext.createDefault()@NotNull StrokeContextStrokeContext.derive(@Nullable StrokeContext context) static @NotNull StrokeContextStrokeContext.parse(@NotNull AttributeNode attributeNode) @NotNull StrokeContextRenderContextAccessor.Accessor.strokeContext(@NotNull RenderContext context) Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type StrokeContextModifier and TypeMethodDescription@NotNull StrokeContextStrokeContext.derive(@Nullable StrokeContext context) Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type StrokeContextModifierConstructorDescriptionPaintContext(@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)