org.pentaho.reporting.libraries.fonts.afm
Class AfmParseUtilities
java.lang.Object
org.pentaho.reporting.libraries.fonts.afm.AfmParseUtilities
public class AfmParseUtilities
- extends Object
Creation-Date: 22.07.2007, 16:38:32
- Author:
- Thomas Morgner
parseInt
public static int parseInt(String key,
String wholeLine)
throws IOException
- Throws:
IOException
parseDouble
public static double parseDouble(String key,
String wholeLine)
throws IOException
- Throws:
IOException
parseDoubleArray
public static double[] parseDoubleArray(String line,
int size)
throws IOException
- Throws:
IOException