public final class Site
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
java.awt.Rectangle | 
geometry
Specifies the position and dimension of the floating panel 
 | 
java.awt.Dimension | 
size
Specifies the position and dimension of the docked panel. 
 | 
| Constructor and Description | 
|---|
Site()
Constructs Site with default values
 The geometry is positon is set to (0,0) and the Dimension
 to DEFAULT_FLOAT_WIDTH x DEFAULT_FLOAT_HEIGHT. 
 | 
Site(int nWidth,
    int nHeight)
Constructs a Site with the specified size. 
 | 
Site(java.awt.Rectangle geometry)
Constructs a Site with the specified geometry 
 | 
Site(Site site)  | 
public java.awt.Rectangle geometry
public java.awt.Dimension size
public Site()
public Site(int nWidth,
            int nHeight)
nWidth - the requested width.nHeight - the requested height.public Site(java.awt.Rectangle geometry)
geometry - the requested geometry.public Site(Site site)