| Package | Description |
|---|---|
| com.sptci.echo2 |
Package of reusable Echo2 application components.
|
| com.sptci.echo2.style |
Default style classes for use with default components.
|
| Modifier and Type | Method and Description |
|---|---|
static Extent |
Dimensions.getExtent(Class source,
String key)
Returns an
Extent corresponding to the
configured value for the key for the specified
source object. |
static Extent |
Dimensions.getExtent(Object source,
String key)
Returns an
Extent corresponding to the
configured value for the key for the specified
source object. |
static Extent |
Dimensions.getExtent(String key)
Returns configured extent value for the key.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Extent> |
Extent.cache
The map used to maintain a cache of extent instances required by the
application.
|
| Modifier and Type | Method and Description |
|---|---|
static Extent |
Extent.getInstance(int size)
Fetch an extent instance that represents the specified size in the default
units.
|
static Extent |
Extent.getInstance(int size,
int units)
Fetch an extent instance that represents the specified size in the
specified units.
|