API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. Rect View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 Rect
Subinterfaces
Description
public interface Rect
  The Rect interface is used to represent any rect value.
See also:   
Methods
Hide/Show inherited methods
public CSSPrimitiveValue getBottom ()
This attribute is used for the bottom of the rect.
public CSSPrimitiveValue getLeft ()
This attribute is used for the left of the rect.
public CSSPrimitiveValue getRight ()
This attribute is used for the right of the rect.
public CSSPrimitiveValue getTop ()
This attribute is used for the top of the rect.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar