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
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.MarkerElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.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).MarkerElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).PatternElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).SymbolElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).