org.pentaho.reporting.libraries.fonts.registry

Class FontType

public class FontType extends Object

Creation-Date: 16.12.2005, 19:51:49

Author: Thomas Morgner

Field Summary
static FontTypeAFM
static FontTypeAWT
static FontTypeMONOSPACE
static FontTypeOPENTYPE
static FontTypeOTHER
static FontTypePFM
Constructor Summary
protected FontType(String name)
We intentionally allow others to derive other font types.
Method Summary
StringtoString()

Field Detail

AFM

public static final FontType AFM

AWT

public static final FontType AWT

MONOSPACE

public static final FontType MONOSPACE

OPENTYPE

public static final FontType OPENTYPE

OTHER

public static final FontType OTHER

PFM

public static final FontType PFM

Constructor Detail

FontType

protected FontType(String name)
We intentionally allow others to derive other font types.

Parameters: name the name.

Method Detail

toString

public String toString()