com.steadystate.css.dom
Class RectImpl
java.lang.Object
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
RectImpl
public RectImpl(LexicalUnit lu)
throws DOMException
- Creates new RectImpl
- Throws:
DOMException
RectImpl
public RectImpl()
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 © 2011. All Rights Reserved.