Package com.steadystate.css.dom
Class RectImpl
- java.lang.Object
-
- com.steadystate.css.dom.RectImpl
-
- All Implemented Interfaces:
java.io.Serializable,Rect
public class RectImpl extends java.lang.Object implements Rect, java.io.Serializable
- Version:
- $Release$
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RectImpl(LexicalUnit lu)Creates new RectImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSPrimitiveValuegetBottom()This attribute is used for the bottom of the rect.CSSPrimitiveValuegetLeft()This attribute is used for the left of the rect.CSSPrimitiveValuegetRight()This attribute is used for the right of the rect.CSSPrimitiveValuegetTop()This attribute is used for the top of the rect.java.lang.StringtoString()
-
-
-
Constructor Detail
-
RectImpl
public RectImpl(LexicalUnit lu)
Creates new RectImpl
-
-
Method Detail
-
getTop
public CSSPrimitiveValue getTop()
Description copied from interface:RectThis attribute is used for the top of the rect.
-
getRight
public CSSPrimitiveValue getRight()
Description copied from interface:RectThis attribute is used for the right of the rect.
-
getBottom
public CSSPrimitiveValue getBottom()
Description copied from interface:RectThis attribute is used for the bottom of the rect.
-
getLeft
public CSSPrimitiveValue getLeft()
Description copied from interface:RectThis attribute is used for the left of the rect.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-