Uses of Class
com.github.weisj.jsvg.renderer.StrokeContext
Packages that use StrokeContext
-
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 Stroke
StrokeResolver.resolve
(float pathLengthFactor, @NotNull MeasureContext measureContext, @NotNull StrokeContext context) -
Uses of StrokeContext in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as StrokeContextMethods in com.github.weisj.jsvg.renderer that return StrokeContextModifier and TypeMethodDescriptionstatic @NotNull StrokeContext
StrokeContext.createDefault()
@NotNull StrokeContext
StrokeContext.derive
(@Nullable StrokeContext context) static @NotNull StrokeContext
StrokeContext.parse
(@NotNull AttributeNode attributeNode) @NotNull StrokeContext
RenderContext.strokeContext()
Methods in com.github.weisj.jsvg.renderer with parameters of type StrokeContextModifier and TypeMethodDescription@NotNull StrokeContext
StrokeContext.derive
(@Nullable StrokeContext context) Constructors in com.github.weisj.jsvg.renderer with parameters of type StrokeContextModifierConstructorDescriptionPaintContext
(@Nullable AwtSVGPaint color, @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext)