Class RectImpl

java.lang.Object
com.steadystate.css.dom.RectImpl
All Implemented Interfaces:
Serializable, Rect

public class RectImpl extends Object implements Rect, Serializable
Version:
$Release$
Author:
David Schweinsberg
See Also:
  • Constructor Details

    • RectImpl

      public RectImpl(LexicalUnit lu)
      Creates new RectImpl
  • Method Details

    • getTop

      public CSSPrimitiveValue getTop()
      Description copied from interface: Rect
      This attribute is used for the top of the rect.
      Specified by:
      getTop in interface Rect
    • getRight

      public CSSPrimitiveValue getRight()
      Description copied from interface: Rect
      This attribute is used for the right of the rect.
      Specified by:
      getRight in interface Rect
    • getBottom

      public CSSPrimitiveValue getBottom()
      Description copied from interface: Rect
      This attribute is used for the bottom of the rect.
      Specified by:
      getBottom in interface Rect
    • getLeft

      public CSSPrimitiveValue getLeft()
      Description copied from interface: Rect
      This attribute is used for the left of the rect.
      Specified by:
      getLeft in interface Rect
    • toString

      public String toString()
      Overrides:
      toString in class Object