Interface CSSRectValue

All Known Implementing Classes:
RectValue

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

    • getTop

      The top of the rectangle.
      Returns:
      the top of the rectangle.
    • getRight

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

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

      The left of the rectangle.
      Returns:
      the left of the rectangle.