Class RectImpl

java.lang.Object
org.htmlunit.cssparser.dom.RectImpl
All Implemented Interfaces:
Serializable

public class RectImpl extends Object implements Serializable
Implementation of Rect.
Author:
Ronald Brill
See Also:
  • Constructor Details Link icon

    • RectImpl Link icon

      public RectImpl(LexicalUnit lu) throws DOMException
      Constructor that reads the values from the given chain of LexicalUnits.
      Parameters:
      lu - the values
      Throws:
      DOMException - in case of error
  • Method Details Link icon

    • getTop Link icon

      public CSSValueImpl getTop()

      getTop.

      Returns:
      the top part.
    • setTop Link icon

      public void setTop(CSSValueImpl top)
      Sets the top part to a new value.
      Parameters:
      top - the new CSSValueImpl
    • getRight Link icon

      public CSSValueImpl getRight()

      getRight.

      Returns:
      the right part.
    • setRight Link icon

      public void setRight(CSSValueImpl right)
      Sets the right part to a new value.
      Parameters:
      right - the new CSSValueImpl
    • getBottom Link icon

      public CSSValueImpl getBottom()

      getBottom.

      Returns:
      the bottom part.
    • setBottom Link icon

      public void setBottom(CSSValueImpl bottom)
      Sets the bottom part to a new value.
      Parameters:
      bottom - the new CSSValueImpl
    • getLeft Link icon

      public CSSValueImpl getLeft()

      getLeft.

      Returns:
      the left part.
    • setLeft Link icon

      public void setLeft(CSSValueImpl left)
      Sets the left part to a new value.
      Parameters:
      left - the new CSSValueImpl
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object