org.kde.koala
Class Rect

java.lang.Object
  extended by org.kde.koala.Rect
All Implemented Interfaces:
org.kde.qt.QtSupport

public class Rect
extends java.lang.Object
implements org.kde.qt.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.


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

Rect

protected Rect(java.lang.Class dummy)

Rect

public Rect()

Rect

public Rect(Rect other)
Method Detail

top

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


right

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


bottom

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


left

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


isNull

public boolean isNull()
not part of the DOM