Uses of Class
org.vaadin.firitin.element.svg.UseElement
Packages that use UseElement
-
Uses of UseElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return UseElementModifier and TypeMethodDescriptionUseElement.height(double height) Sets the height of the use element.Sets the height with a unit.UseElement.heightRW(double height) Sets the height of the use element (read-write).Sets the height with a unit (read-write).Sets the href attribute to reference another element by ID.Sets the href attribute to reference another element by ID (read-write).UseElement.position(double x, double y) Sets the position of the use element.UseElement.positionRW(double x, double y) Sets the position of the use element (read-write).UseElement.ref(SvgElement element) Sets the reference to the given element.UseElement.size(double width, double height) Sets the size of the use element.UseElement.sizeRW(double width, double height) Sets the size of the use element (read-write).UseElement.width(double width) Sets the width of the use element.Sets the width with a unit.UseElement.widthRW(double width) Sets the width of the use element (read-write).Sets the width with a unit (read-write).UseElement.x(double x) Sets the x coordinate where the referenced element will be placed.Sets the x coordinate with a unit.UseElement.xRW(double x) Sets the x coordinate where the referenced element will be placed (read-write).Sets the x coordinate with a unit (read-write).UseElement.y(double y) Sets the y coordinate where the referenced element will be placed.Sets the y coordinate with a unit.UseElement.yRW(double y) Sets the y coordinate where the referenced element will be placed (read-write).Sets the y coordinate with a unit (read-write).