Uses of Class
org.pentaho.di.core.gui.GCInterface.EFont

Packages that use GCInterface.EFont
org.pentaho.di.core.gui   
 

Uses of GCInterface.EFont in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return GCInterface.EFont
static GCInterface.EFont GCInterface.EFont.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCInterface.EFont[] GCInterface.EFont.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.core.gui with parameters of type GCInterface.EFont
 void GCInterface.setFont(GCInterface.EFont font)
           
 void SwingGC.setFont(GCInterface.EFont font)