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

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

Uses of Font in com.sptci.echo2.style
 

Fields in com.sptci.echo2.style with type parameters of type Font
protected static Map<String,Map<String,Font>> Font.cache
          The cache of reusable font instances.
protected static Map<String,Font> Font.defaultCache
          The nested map used to store the fonts for the default TYPEFACE.
 

Methods in com.sptci.echo2.style that return Font
static Font Font.getInstance()
          Factory method to use to retrieve the cached default font instance.
static Font Font.getInstance(Extent size)
          Factory method to use to retrieve a cached font instance.
static Font Font.getInstance(Font.Typeface typeface, Extent size)
          Deprecated. Warning, you are creating a non-standard font.
static Font Font.getInstance(Font.Typeface typeface, int style, Extent size)
          Deprecated. Warning, you are creating a non-standard font.
static Font Font.getInstance(int style)
          Factory method to use to retrieve a cached font instance.
static Font Font.getInstance(int style, Extent size)
          Factory method to use to retrieve a cached font instance.
 

Methods in com.sptci.echo2.style that return types with arguments of type Font
protected static Map<String,Font> Font.getMap(String typeface)
          Return the embedded Map value in cache.