Package 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 ofRect
.- Version:
- $Id: RectImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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 interfaceorg.w3c.dom.css.Rect
-
getRight
public org.w3c.dom.css.CSSPrimitiveValue getRight()
- Specified by:
getRight
in interfaceorg.w3c.dom.css.Rect
-
getBottom
public org.w3c.dom.css.CSSPrimitiveValue getBottom()
- Specified by:
getBottom
in interfaceorg.w3c.dom.css.Rect
-
getLeft
public org.w3c.dom.css.CSSPrimitiveValue getLeft()
- Specified by:
getLeft
in interfaceorg.w3c.dom.css.Rect
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-