org.pentaho.reporting.libraries.fonts.registry
Class FontType
java.lang.Object
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
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 |
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
FontType
protected FontType(java.lang.String name)
- We intentionally allow others to derive other font types.
- Parameters:
name
- the name.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object