org.pentaho.reporting.libraries.fonts.afm
Class AfmParseUtilities
java.lang.Object
org.pentaho.reporting.libraries.fonts.afm.AfmParseUtilities
public class AfmParseUtilities
- extends java.lang.Object
Creation-Date: 22.07.2007, 16:38:32
- Author:
- Thomas Morgner
Method Summary |
static double |
parseDouble(java.lang.String key,
java.lang.String wholeLine)
|
static double[] |
parseDoubleArray(java.lang.String line,
int size)
|
static int |
parseInt(java.lang.String key,
java.lang.String wholeLine)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseInt
public static int parseInt(java.lang.String key,
java.lang.String wholeLine)
throws java.io.IOException
- Throws:
java.io.IOException
parseDouble
public static double parseDouble(java.lang.String key,
java.lang.String wholeLine)
throws java.io.IOException
- Throws:
java.io.IOException
parseDoubleArray
public static double[] parseDoubleArray(java.lang.String line,
int size)
throws java.io.IOException
- Throws:
java.io.IOException