Uses of Class
com.sptci.echo2.style.Extent

Packages that use Extent
com.sptci.echo2.style Default style classes for use with default components. 
 

Uses of Extent in com.sptci.echo2.style
 

Fields in com.sptci.echo2.style declared as Extent
private static Extent Logo.HEIGHT
          The height of the logo image.
private static Extent Delete.HEIGHT
          The height of the logo image.
private static Extent Add.HEIGHT
          The height of the logo image.
private static Extent Logo.WIDTH
          The width of the logo image.
private static Extent Delete.WIDTH
          The width of the logo image.
private static Extent Add.WIDTH
          The width of the logo image.
 

Fields in com.sptci.echo2.style with type parameters of type Extent
protected static Map<String,Extent> Extent.cache
          The map used to maintain a cache of extent instances required by the application.
 

Methods in com.sptci.echo2.style that return Extent
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.