Uses of Enum Class
org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
Packages that use SvgElement.PreserveAspectRatio
-
Uses of SvgElement.PreserveAspectRatio in org.vaadin.firitin.element.svg
Subclasses with type arguments of type SvgElement.PreserveAspectRatio in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumPreserve aspect ratio options for the SVG element.Methods in org.vaadin.firitin.element.svg that return SvgElement.PreserveAspectRatioModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SvgElement.PreserveAspectRatio[]SvgElement.PreserveAspectRatio.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 SvgElement.PreserveAspectRatioModifier and TypeMethodDescriptionImageElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets how the image should be scaled to fit.PatternElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.<T extends SvgElement>
TSvgElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.SymbolElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.ImageElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets how the image should be scaled to fit (read-write).PatternElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).SymbolElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).