com.steadystate.css.dom
Class RectImpl
java.lang.Object
com.steadystate.css.dom.RectImpl
- All Implemented Interfaces:
- java.io.Serializable, org.w3c.dom.css.Rect
public class RectImpl
- extends java.lang.Object
- implements org.w3c.dom.css.Rect, java.io.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(org.w3c.css.sac.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)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RectImpl
public RectImpl(org.w3c.css.sac.LexicalUnit lu)
throws org.w3c.dom.DOMException
- Creates new RectImpl
- Throws:
org.w3c.dom.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010. All Rights Reserved.