Uses of Class
org.vaadin.firitin.element.svg.SymbolElement
Packages that use SymbolElement
-
Uses of SymbolElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return SymbolElementModifier and TypeMethodDescriptionSymbolElement.add(SvgElement... children) Adds child elements to this symbol.SymbolElement.height(double height) Sets the height for this symbol.SymbolElement.heightRW(double height) Sets the height for this symbol (read-write).SymbolElement.preserveAspectRatio(String value) Sets the preserveAspectRatio attribute.SymbolElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.SymbolElement.preserveAspectRatioRW(String value) Sets the preserveAspectRatio attribute (read-write).SymbolElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).SymbolElement.viewBox(double minX, double minY, double width, double height) Sets the viewBox for this symbol.SymbolElement.viewBoxRW(double minX, double minY, double width, double height) Sets the viewBox for this symbol (read-write).SymbolElement.width(double width) Sets the width for this symbol.SymbolElement.widthRW(double width) Sets the width for this symbol (read-write).SymbolElement.x(double x) Sets the x coordinate for symbol positioning (when used in certain contexts).SymbolElement.xRW(double x) Sets the x coordinate for symbol positioning (read-write).SymbolElement.y(double y) Sets the y coordinate for symbol positioning (when used in certain contexts).SymbolElement.yRW(double y) Sets the y coordinate for symbol positioning (read-write).