Package com.github.weisj.jsvg.renderer
Class StrokeContext
java.lang.Object
com.github.weisj.jsvg.renderer.StrokeContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull StrokeContext@NotNull StrokeContextderive(@Nullable StrokeContext context) booleanbooleanstatic @NotNull StrokeContextparse(@NotNull AttributeNode attributeNode) toString()
-
Field Details
-
strokeWidth
-
lineCap
-
lineJoin
-
miterLimit
public final float miterLimit -
dashPattern
-
dashOffset
-
-
Constructor Details
-
StrokeContext
-
-
Method Details