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 -
-
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
Fields in com.github.weisj.jsvg.renderer declared as LineCap Modifier and Type Field Description @Nullable LineCap
StrokeContext. lineCap
Constructors in com.github.weisj.jsvg.renderer with parameters of type LineCap Constructor Description StrokeContext(@Nullable Length strokeWidth, @Nullable LineCap lineCap, @Nullable LineJoin lineJoin, float miterLimit, @NotNull Length[] dashPattern, @Nullable Length dashOffset)
-