Uses of Enum Class
org.vaadin.firitin.element.svg.PatternElement.PatternUnits
Packages that use PatternElement.PatternUnits
-
Uses of PatternElement.PatternUnits in org.vaadin.firitin.element.svg
Subclasses with type arguments of type PatternElement.PatternUnits in org.vaadin.firitin.element.svgMethods in org.vaadin.firitin.element.svg that return PatternElement.PatternUnitsModifier and TypeMethodDescriptionstatic PatternElement.PatternUnitsReturns the enum constant of this class with the specified name.static PatternElement.PatternUnits[]PatternElement.PatternUnits.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 PatternElement.PatternUnitsModifier and TypeMethodDescriptionPatternElement.patternContentUnits(PatternElement.PatternUnits units) Sets the coordinate system for the pattern contents.PatternElement.patternContentUnitsRW(PatternElement.PatternUnits units) Sets the coordinate system for the pattern contents (read-write).PatternElement.patternUnits(PatternElement.PatternUnits units) Sets the coordinate system for x, y, width, height attributes.PatternElement.patternUnitsRW(PatternElement.PatternUnits units) Sets the coordinate system for x, y, width, height attributes (read-write).