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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
parseDouble(String key, String wholeLine)
static double[]
parseDoubleArray(String line, int size)
static int
parseInt(String key, String wholeLine)
-
-
-
Method Detail
-
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
-
-