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 CSSPrimitiveValue
getBottom()
This attribute is used for the bottom of the rect.CSSPrimitiveValue
getLeft()
This attribute is used for the left of the rect.CSSPrimitiveValue
getRight()
This attribute is used for the right of the rect.CSSPrimitiveValue
getTop()
This attribute is used for the top of the rect.java.lang.String
toString()
-
-
-
Constructor Detail
-
RectImpl
public RectImpl(LexicalUnit lu)
Creates new RectImpl
-
-
Method Detail
-
getTop
public CSSPrimitiveValue getTop()
Description copied from interface:Rect
This attribute is used for the top of the rect.
-
getRight
public CSSPrimitiveValue getRight()
Description copied from interface:Rect
This attribute is used for the right of the rect.
-
getBottom
public CSSPrimitiveValue getBottom()
Description copied from interface:Rect
This attribute is used for the bottom of the rect.
-
getLeft
public CSSPrimitiveValue getLeft()
Description copied from interface:Rect
This attribute is used for the left of the rect.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-