Uses of Enum Class
org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
Packages that use ClipPathElement.ClipPathUnits
-
Uses of ClipPathElement.ClipPathUnits in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return ClipPathElement.ClipPathUnitsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClipPathElement.ClipPathUnits[]ClipPathElement.ClipPathUnits.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 ClipPathElement.ClipPathUnitsModifier and TypeMethodDescriptionClipPathElement.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).