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

    Modifier and Type
    Method
    Description
    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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