Uses of Class
org.vaadin.firitin.element.svg.RectElement

Packages that use RectElement
Package
Description
 
  • Uses of RectElement in org.vaadin.firitin.element.svg

    Modifier and Type
    Method
    Description
    RectElement.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.
    RectElement.height(String height)
    Sets the height of the rectangle with a unit or percentage.
    RectElement.heightRW(double height)
    Sets the height of the rectangle (read-write).
    RectElement.heightRW(String height)
    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.
    RectElement.rx(String rx)
    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).
    RectElement.rxRW(String rx)
    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.
    RectElement.ry(String ry)
    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).
    RectElement.ryRW(String ry)
    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.
    RectElement.width(String width)
    Sets the width of the rectangle with a unit or percentage.
    RectElement.widthRW(double width)
    Sets the width of the rectangle (read-write).
    RectElement.widthRW(String width)
    Sets the width of the rectangle with a unit or percentage (read-write).
    RectElement.x(double x)
    Sets the x coordinate of the rectangle.
    RectElement.x(String x)
    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).
    RectElement.xRW(String x)
    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.
    RectElement.y(String y)
    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).
    RectElement.yRW(String y)
    Sets the y coordinate of the rectangle with a unit or percentage (read-write).