Uses of Class
com.sas.awt.Font

Packages that use Font
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
 

Uses of Font in com.sas.awt
 

Methods in com.sas.awt that return Font
static Font Font.newFont(java.awt.Font javaFont)
           
 

Uses of Font in com.sas.models
 

Methods in com.sas.models that return Font
 Font FontList.getFont(java.lang.String fontName)
          Return the Font corresponding to the name provided.
 Font FontList.getFont(java.lang.String fontName, int style, int size)
          Return the Font corresponding to the name, style and size provided.
 

Methods in com.sas.models with parameters of type Font
 void FontList.add(Font f)
          Add a com.sas.awt.Font object into this list only if the name is not in the list.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.