Uses of Enum Class
org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
Packages that use SvgGraphicsElement.LineJoin
-
Uses of SvgGraphicsElement.LineJoin in org.vaadin.firitin.element.svg
Subclasses with type arguments of type SvgGraphicsElement.LineJoin in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumLine join styles for stroke corners.Methods in org.vaadin.firitin.element.svg that return SvgGraphicsElement.LineJoinModifier and TypeMethodDescriptionstatic SvgGraphicsElement.LineJoinReturns the enum constant of this class with the specified name.static SvgGraphicsElement.LineJoin[]SvgGraphicsElement.LineJoin.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.LineJoinModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinejoin(SvgGraphicsElement.LineJoin lineJoin) Sets the shape of line corners.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinejoinRW(SvgGraphicsElement.LineJoin lineJoin) Sets the shape of line corners (read-write).