Uses of Class
org.vaadin.firitin.element.svg.ImageElement
Packages that use ImageElement
-
Uses of ImageElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return ImageElementModifier and TypeMethodDescriptionImageElement.bounds(double x, double y, double width, double height) Sets the bounds of the image (position and size).ImageElement.boundsRW(double x, double y, double width, double height) Sets the bounds of the image (position and size) (read-write).ImageElement.crossorigin(String crossorigin) Sets the crossorigin attribute for CORS requests.ImageElement.crossoriginRW(String crossorigin) Sets the crossorigin attribute for CORS requests (read-write).ImageElement.height(double height) Sets the height of the image.Sets the height with a unit.ImageElement.heightRW(double height) Sets the height of the image (read-write).Sets the height with a unit (read-write).Sets the URL of the image.Sets the URL of the image (read-write).ImageElement.position(double x, double y) Sets the position of the image.ImageElement.positionRW(double x, double y) Sets the position of the image (read-write).ImageElement.preserveAspectRatio(String preserveAspectRatio) Sets how the image should be scaled to fit.ImageElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets how the image should be scaled to fit.ImageElement.preserveAspectRatioRW(String preserveAspectRatio) Sets how the image should be scaled to fit (read-write).ImageElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets how the image should be scaled to fit (read-write).ImageElement.size(double width, double height) Sets the size of the image.ImageElement.sizeRW(double width, double height) Sets the size of the image (read-write).ImageElement.width(double width) Sets the width of the image.Sets the width with a unit.ImageElement.widthRW(double width) Sets the width of the image (read-write).Sets the width with a unit (read-write).ImageElement.x(double x) Sets the x coordinate of the image.Sets the x coordinate with a unit.ImageElement.xRW(double x) Sets the x coordinate of the image (read-write).Sets the x coordinate with a unit (read-write).ImageElement.y(double y) Sets the y coordinate of the image.Sets the y coordinate with a unit.ImageElement.yRW(double y) Sets the y coordinate of the image (read-write).Sets the y coordinate with a unit (read-write).