com.steadystate.css.dom
Class RectImpl

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

public class RectImpl
extends Object
implements org.w3c.dom.css.Rect, Serializable

Implementation of Rect.

Version:
$Id: RectImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $
Author:
David Schweinsberg
See Also:
Serialized Form

Constructor Summary
RectImpl()
           
RectImpl(LexicalUnit lu)
          Creates new RectImpl
 
Method Summary
 org.w3c.dom.css.CSSPrimitiveValue getBottom()
           
 org.w3c.dom.css.CSSPrimitiveValue getLeft()
           
 org.w3c.dom.css.CSSPrimitiveValue getRight()
           
 org.w3c.dom.css.CSSPrimitiveValue getTop()
           
 void setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)
           
 void setLeft(org.w3c.dom.css.CSSPrimitiveValue left)
           
 void setRight(org.w3c.dom.css.CSSPrimitiveValue right)
           
 void setTop(org.w3c.dom.css.CSSPrimitiveValue top)
           
 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)
         throws DOMException
Creates new RectImpl

Throws:
DOMException

RectImpl

public RectImpl()
Method Detail

setLeft

public void setLeft(org.w3c.dom.css.CSSPrimitiveValue left)

setTop

public void setTop(org.w3c.dom.css.CSSPrimitiveValue top)

setRight

public void setRight(org.w3c.dom.css.CSSPrimitiveValue right)

setBottom

public void setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)

getTop

public org.w3c.dom.css.CSSPrimitiveValue getTop()
Specified by:
getTop in interface org.w3c.dom.css.Rect

getRight

public org.w3c.dom.css.CSSPrimitiveValue getRight()
Specified by:
getRight in interface org.w3c.dom.css.Rect

getBottom

public org.w3c.dom.css.CSSPrimitiveValue getBottom()
Specified by:
getBottom in interface org.w3c.dom.css.Rect

getLeft

public org.w3c.dom.css.CSSPrimitiveValue getLeft()
Specified by:
getLeft in interface org.w3c.dom.css.Rect

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.