Uses of Class
com.github.weisj.jsvg.attributes.stroke.LineCap
-
Packages that use LineCap Package Description com.github.weisj.jsvg.attributes.stroke com.github.weisj.jsvg.renderer.impl.context -
-
Uses of LineCap in com.github.weisj.jsvg.attributes.stroke
Methods in com.github.weisj.jsvg.attributes.stroke that return LineCap Modifier and Type Method Description static LineCap
LineCap. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineCap[]
LineCap. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineCap in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as LineCap Modifier and Type Field Description @Nullable LineCap
StrokeContext. lineCap
Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type LineCap Constructor Description StrokeContext(@Nullable LengthValue strokeWidth, @Nullable LineCap lineCap, @Nullable LineJoin lineJoin, float miterLimit, @NotNull Length[] dashPattern, @Nullable LengthValue dashOffset)
-