Uses of Class
com.sas.table.FontStyle

Packages that use FontStyle
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of FontStyle in com.sas.table
 

Methods in com.sas.table that return FontStyle
 FontStyle CellStyle.getFontStyle()
          Returns the characteristics of the font to use.
 

Methods in com.sas.table with parameters of type FontStyle
 void CellStyle.setFontStyle(FontStyle newValue)
          Specifies the characteristics of the font to use.
 

Uses of FontStyle in com.sas.visuals
 

Methods in com.sas.visuals that return FontStyle
 FontStyle NodeStyle.getFontStyle()
           
 

Methods in com.sas.visuals with parameters of type FontStyle
 void NodeStyle.setFontStyle(FontStyle newValue)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.