com.steadystate.css.dom
Class RectImpl

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

public class RectImpl
extends java.lang.Object
implements Rect, java.io.Serializable

Version:
$Release$
Author:
David Schweinsberg
See Also:
Serialized Form

Constructor Summary
RectImpl(LexicalUnit lu)
          Creates new RectImpl
 
Method Summary
 CSSPrimitiveValue getBottom()
          This attribute is used for the bottom of the rect.
 CSSPrimitiveValue getLeft()
          This attribute is used for the left of the rect.
 CSSPrimitiveValue getRight()
          This attribute is used for the right of the rect.
 CSSPrimitiveValue getTop()
          This attribute is used for the top of the rect.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RectImpl

public RectImpl(LexicalUnit lu)
Creates new RectImpl

Method Detail

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 java.lang.String toString()
Overrides:
toString in class java.lang.Object