Interface CSSRectValue

All Known Implementing Classes:
RectValue

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

    • getTop Link icon

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

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

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

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