Uses of Class
org.vaadin.firitin.element.svg.RectElement
Packages that use RectElement
-
Uses of RectElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return RectElementModifier and TypeMethodDescriptionRectElement.bounds(double x, double y, double width, double height) Convenience method to set bounds (x, y, width, height) at once.RectElement.boundsRW(double x, double y, double width, double height) Convenience method to set bounds (x, y, width, height) at once (read-write).RectElement.cornerRadius(double radius) Convenience method to set equal corner radius for both axes.RectElement.cornerRadius(double rx, double ry) Convenience method to set different corner radii for horizontal and vertical axes.RectElement.cornerRadiusRW(double radius) Convenience method to set equal corner radius for both axes (read-write).RectElement.cornerRadiusRW(double rx, double ry) Convenience method to set different corner radii for horizontal and vertical axes (read-write).RectElement.height(double height) Sets the height of the rectangle.Sets the height of the rectangle with a unit or percentage.RectElement.heightRW(double height) Sets the height of the rectangle (read-write).Sets the height of the rectangle with a unit or percentage (read-write).RectElement.pathLength(double pathLength) Sets the total length of the rectangle's perimeter in user units.RectElement.pathLengthRW(double pathLength) Sets the total length of the rectangle's perimeter in user units (read-write).RectElement.position(double x, double y) Convenience method to set position (x, y) at once.RectElement.positionRW(double x, double y) Convenience method to set position (x, y) at once (read-write).RectElement.rx(double rx) Sets the horizontal corner radius of the rectangle.Sets the horizontal corner radius of the rectangle with a unit or percentage.RectElement.rxRW(double rx) Sets the horizontal corner radius of the rectangle (read-write).Sets the horizontal corner radius of the rectangle with a unit or percentage (read-write).RectElement.ry(double ry) Sets the vertical corner radius of the rectangle.Sets the vertical corner radius of the rectangle with a unit or percentage.RectElement.ryRW(double ry) Sets the vertical corner radius of the rectangle (read-write).Sets the vertical corner radius of the rectangle with a unit or percentage (read-write).RectElement.size(double width, double height) Convenience method to set size (width, height) at once.RectElement.sizeRW(double width, double height) Convenience method to set size (width, height) at once (read-write).RectElement.width(double width) Sets the width of the rectangle.Sets the width of the rectangle with a unit or percentage.RectElement.widthRW(double width) Sets the width of the rectangle (read-write).Sets the width of the rectangle with a unit or percentage (read-write).RectElement.x(double x) Sets the x coordinate of the rectangle.Sets the x coordinate of the rectangle with a unit or percentage.RectElement.xRW(double x) Sets the x coordinate of the rectangle (read-write).Sets the x coordinate of the rectangle with a unit or percentage (read-write).RectElement.y(double y) Sets the y coordinate of the rectangle.Sets the y coordinate of the rectangle with a unit or percentage.RectElement.yRW(double y) Sets the y coordinate of the rectangle (read-write).Sets the y coordinate of the rectangle with a unit or percentage (read-write).