org.pentaho.reporting.libraries.fonts.registry
Class FontType

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.registry.FontType

public class FontType
extends java.lang.Object

Creation-Date: 16.12.2005, 19:51:49

Author:
Thomas Morgner

Field Summary
static FontType AFM
           
static FontType AWT
           
static FontType MONOSPACE
           
static FontType OPENTYPE
           
static FontType OTHER
           
static FontType PFM
           
 
Constructor Summary
protected FontType(java.lang.String name)
          We intentionally allow others to derive other font types.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PFM

public static final FontType PFM

AFM

public static final FontType AFM

OTHER

public static final FontType OTHER

OPENTYPE

public static final FontType OPENTYPE

AWT

public static final FontType AWT

MONOSPACE

public static final FontType MONOSPACE
Constructor Detail

FontType

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

Parameters:
name - the name.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object