Uses of Class
org.vaadin.firitin.element.svg.ClipPathElement
Packages that use ClipPathElement
-
Uses of ClipPathElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return ClipPathElementModifier and TypeMethodDescriptionClipPathElement.add(SvgElement... shapes) Adds shape elements to this clip path.ClipPathElement.clipPathUnits(ClipPathElement.ClipPathUnits units) Sets the coordinate system for the clip path contents.ClipPathElement.clipPathUnitsRW(ClipPathElement.ClipPathUnits units) Sets the coordinate system for the clip path contents (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type ClipPathElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.clipPath(ClipPathElement clipPath) Sets a clipping path for this element.<T extends SvgGraphicsElement>
TSvgGraphicsElement.clipPathRW(ClipPathElement clipPath) Sets a clipping path for this element (read-write).