org.kde.koala

Class Rect

public class Rect extends Object implements QtSupport

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.

UNKNOWN: The Rect interface is used to represent any Constructor Summary protected Rect(Class dummy)

Rect()
Rect(Rect other)
Method Summary
CSSPrimitiveValuebottom()
This attribute is used for the bottom of the rect.
booleanisNull()
not part of the DOM
CSSPrimitiveValueleft()
This attribute is used for the left of the rect.
CSSPrimitiveValueright()
This attribute is used for the right of the rect.
CSSPrimitiveValuetop()
This attribute is used for the top of the rect.

Constructor Detail

Rect

protected Rect(Class dummy)

Rect

public Rect()

Rect

public Rect(Rect other)

Method Detail

bottom

public CSSPrimitiveValue bottom()
This attribute is used for the bottom of the rect.

UNKNOWN: This attribute is used for the bottom of the rect.

isNull

public boolean isNull()
not part of the DOM

UNKNOWN:

left

public CSSPrimitiveValue left()
This attribute is used for the left of the rect.

UNKNOWN: This attribute is used for the left of the rect.

right

public CSSPrimitiveValue right()
This attribute is used for the right of the rect.

UNKNOWN: This attribute is used for the right of the rect.

top

public CSSPrimitiveValue top()
This attribute is used for the top of the rect.

UNKNOWN: This attribute is used for the top of the rect.