com.steadystate.css.dom

Class RectImpl

Implemented Interfaces:
Rect, Serializable

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

Version:
$Release$
Author:
David Schweinsberg

Constructor Summary

RectImpl(LexicalUnit lu)
Creates new RectImpl

Method Summary

CSSPrimitiveValue
getBottom()
CSSPrimitiveValue
getLeft()
CSSPrimitiveValue
getRight()
CSSPrimitiveValue
getTop()
String
toString()

Constructor Details

RectImpl

public RectImpl(LexicalUnit lu)
Creates new RectImpl

Method Details

getBottom

public CSSPrimitiveValue getBottom()
Specified by:
getBottom in interface Rect

getLeft

public CSSPrimitiveValue getLeft()
Specified by:
getLeft in interface Rect

getRight

public CSSPrimitiveValue getRight()
Specified by:
getRight in interface Rect

getTop

public CSSPrimitiveValue getTop()
Specified by:
getTop in interface Rect

toString

public String toString()