Class AfmDirectionSection
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.afm.AfmDirectionSection
-
public class AfmDirectionSection extends Object
Creation-Date: 22.07.2007, 15:41:29- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description AfmDirectionSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String line)double[]getCharWidth()doublegetItalicAngle()doublegetUnderlinePosition()doublegetUnderlineThickness()booleanisFixedPitch()
-
-
-
Constructor Detail
-
AfmDirectionSection
public AfmDirectionSection() throws IOException- Throws:
IOException
-
-
Method Detail
-
add
public void add(String line) throws IOException
- Throws:
IOException
-
getUnderlinePosition
public double getUnderlinePosition()
-
getUnderlineThickness
public double getUnderlineThickness()
-
getItalicAngle
public double getItalicAngle()
-
getCharWidth
public double[] getCharWidth()
-
isFixedPitch
public boolean isFixedPitch()
-
-