|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Rect
public class Rect
The Rect
interface is used to represent any
rect value. This interface reflects the values in the
underlying style property. Hence, modifications made through this
interface modify the style property.
Constructor Summary | |
---|---|
|
Rect()
|
protected |
Rect(java.lang.Class dummy)
|
|
Rect(Rect other)
|
Method Summary | |
---|---|
CSSPrimitiveValue |
bottom()
This attribute is used for the bottom of the rect. |
boolean |
isNull()
not part of the DOM |
CSSPrimitiveValue |
left()
This attribute is used for the left of the rect. |
CSSPrimitiveValue |
right()
This attribute is used for the right of the rect. |
CSSPrimitiveValue |
top()
This attribute is used for the top of the rect. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Rect(java.lang.Class dummy)
public Rect()
public Rect(Rect other)
Method Detail |
---|
public CSSPrimitiveValue top()
public CSSPrimitiveValue right()
public CSSPrimitiveValue bottom()
public CSSPrimitiveValue left()
public boolean isNull()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |