org.apache.fop.fonts.type1

Class AFMWritingDirectionMetrics


public class AFMWritingDirectionMetrics
extends java.lang.Object

Represents a writing direction metrics section from an AFM file.

Method Summary

double
getItalicAngle()
Returns the ItalicAngle value.
Number
getUnderlinePosition()
Returns the UnderlinePosition value.
Number
getUnderlineThickness()
Returns the UnderlineThickness value.
boolean
isFixedPitch()
Returns the IsFixedPitch value.
void
setFixedPitch(boolean value)
Set the IsFixedPitch value.
void
setItalicAngle(double italicAngle)
Sets the ItalicAngle value.
void
setUnderlinePosition(Number underlinePosition)
Sets the UnderlinePosition value.
void
setUnderlineThickness(Number underlineThickness)
Sets the UnderlineThickness value.

Method Details

getItalicAngle

public double getItalicAngle()
Returns the ItalicAngle value.
Returns:
the italicAngle

getUnderlinePosition

public Number getUnderlinePosition()
Returns the UnderlinePosition value.
Returns:
the underlinePosition

getUnderlineThickness

public Number getUnderlineThickness()
Returns the UnderlineThickness value.
Returns:
the underlineThickness

isFixedPitch

public boolean isFixedPitch()
Returns the IsFixedPitch value.
Returns:
the isFixedPitch

setFixedPitch

public void setFixedPitch(boolean value)
Set the IsFixedPitch value.
Parameters:
value - the isFixedPitch to set

setItalicAngle

public void setItalicAngle(double italicAngle)
Sets the ItalicAngle value.
Parameters:
italicAngle - the italicAngle to set

setUnderlinePosition

public void setUnderlinePosition(Number underlinePosition)
Sets the UnderlinePosition value.
Parameters:
underlinePosition - the underlinePosition to set

setUnderlineThickness

public void setUnderlineThickness(Number underlineThickness)
Sets the UnderlineThickness value.
Parameters:
underlineThickness - the underlineThickness to set

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.