org.pentaho.reporting.libraries.fonts.afm
Class AfmDirectionSection

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.afm.AfmDirectionSection

public class AfmDirectionSection
extends java.lang.Object

Creation-Date: 22.07.2007, 15:41:29

Author:
Thomas Morgner

Constructor Summary
AfmDirectionSection()
           
 
Method Summary
 void add(java.lang.String line)
           
 double[] getCharWidth()
           
 double getItalicAngle()
           
 double getUnderlinePosition()
           
 double getUnderlineThickness()
           
 boolean isFixedPitch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfmDirectionSection

public AfmDirectionSection()
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

add

public void add(java.lang.String line)
         throws java.io.IOException
Throws:
java.io.IOException

getUnderlinePosition

public double getUnderlinePosition()

getUnderlineThickness

public double getUnderlineThickness()

getItalicAngle

public double getItalicAngle()

getCharWidth

public double[] getCharWidth()

isFixedPitch

public boolean isFixedPitch()