Uses of Enum Class
org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
Packages that use SvgGraphicsElement.LineCap
-
Uses of SvgGraphicsElement.LineCap in org.vaadin.firitin.element.svg
Subclasses with type arguments of type SvgGraphicsElement.LineCap in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumLine cap styles for stroke endings.Methods in org.vaadin.firitin.element.svg that return SvgGraphicsElement.LineCapModifier and TypeMethodDescriptionstatic SvgGraphicsElement.LineCapReturns the enum constant of this class with the specified name.static SvgGraphicsElement.LineCap[]SvgGraphicsElement.LineCap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.element.svg with parameters of type SvgGraphicsElement.LineCapModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinecap(SvgGraphicsElement.LineCap lineCap) Sets the shape of line endings.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinecapRW(SvgGraphicsElement.LineCap lineCap) Sets the shape of line endings (read-write).