FileDocCategorySizeDatePackage
Rect.javaAPI DocJava SE 5 API1507Fri Aug 26 14:58:38 BST 2005org.w3c.dom.css

Rect

public interface Rect
The Rect interface is used to represent any rect value. This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.

See also the Document Object Model (DOM) Level 2 Style Specification.

since
DOM Level 2

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.css.CSSPrimitiveValuegetBottom()
This attribute is used for the bottom of the rect.

public org.w3c.dom.css.CSSPrimitiveValuegetLeft()
This attribute is used for the left of the rect.

public org.w3c.dom.css.CSSPrimitiveValuegetRight()
This attribute is used for the right of the rect.

public org.w3c.dom.css.CSSPrimitiveValuegetTop()
This attribute is used for the top of the rect.