com.steadystate.css.dom
public class RectImpl extends java.lang.Object implements Rect, java.io.Serializable
Constructor and Description |
---|
RectImpl(LexicalUnit lu)
Creates new RectImpl
|
Modifier and Type | Method and 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() |
public RectImpl(LexicalUnit lu)
public CSSPrimitiveValue getTop()
Rect
public CSSPrimitiveValue getRight()
Rect
public CSSPrimitiveValue getBottom()
Rect
public CSSPrimitiveValue getLeft()
Rect
public java.lang.String toString()
toString
in class java.lang.Object