Interface CSSRectValue

All Superinterfaces:
CSSShapeValue
All Known Implementing Classes:
RectValue

public interface CSSRectValue extends CSSShapeValue
Interface representing a rect() function.
  • Method Details

    • getTop

      CSSTypedValue getTop()
      The top of the rectangle.
      Returns:
      the top of the rectangle.
    • getRight

      CSSTypedValue getRight()
      The right of the rectangle.
      Returns:
      the right of the rectangle.
    • getBottom

      CSSTypedValue getBottom()
      The bottom of the rectangle.
      Returns:
      the bottom of the rectangle.
    • getLeft

      CSSTypedValue getLeft()
      The left of the rectangle.
      Returns:
      the left of the rectangle.