|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steadystate.css.dom.RectImpl
public class RectImpl
Constructor Summary | |
---|---|
RectImpl(LexicalUnit lu)
Creates new RectImpl |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RectImpl(LexicalUnit lu)
Method Detail |
---|
public CSSPrimitiveValue getTop()
Rect
getTop
in interface Rect
public CSSPrimitiveValue getRight()
Rect
getRight
in interface Rect
public CSSPrimitiveValue getBottom()
Rect
getBottom
in interface Rect
public CSSPrimitiveValue getLeft()
Rect
getLeft
in interface Rect
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |