Uses of Enum Class
org.vaadin.firitin.element.svg.MaskElement.MaskUnits
Packages that use MaskElement.MaskUnits
-
Uses of MaskElement.MaskUnits in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return MaskElement.MaskUnitsModifier and TypeMethodDescriptionstatic MaskElement.MaskUnitsReturns the enum constant of this class with the specified name.static MaskElement.MaskUnits[]MaskElement.MaskUnits.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 MaskElement.MaskUnitsModifier and TypeMethodDescriptionMaskElement.maskContentUnits(MaskElement.MaskUnits units) Sets the coordinate system for the mask contents.MaskElement.maskContentUnitsRW(MaskElement.MaskUnits units) Sets the coordinate system for the mask contents (read-write).MaskElement.maskUnits(MaskElement.MaskUnits units) Sets the coordinate system for x, y, width, height attributes.MaskElement.maskUnitsRW(MaskElement.MaskUnits units) Sets the coordinate system for x, y, width, height attributes (read-write).