Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.pdf
Class ITextFSFontMetrics

java.lang.Object
  extended by org.xhtmlrenderer.pdf.ITextFSFontMetrics
All Implemented Interfaces:
FSFontMetrics

public class ITextFSFontMetrics
extends java.lang.Object
implements FSFontMetrics


Constructor Summary
ITextFSFontMetrics()
           
 
Method Summary
 float getAscent()
           
 float getDescent()
          In keeping with the JDK LineMetrics convention, this number is positive for values below the baseline.
 float getStrikethroughOffset()
           
 float getStrikethroughThickness()
           
 float getUnderlineOffset()
          In keeping with the JDK LineMetrics convention, this number is positive for values below the baseline.
 float getUnderlineThickness()
           
 void setAscent(float ascent)
           
 void setDescent(float descent)
           
 void setStrikethroughOffset(float strikethroughOffset)
           
 void setStrikethroughThickness(float strikethroughThickness)
           
 void setUnderlineOffset(float underlineOffset)
           
 void setUnderlineThickness(float underlineThickness)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITextFSFontMetrics

public ITextFSFontMetrics()
Method Detail

getAscent

public float getAscent()
Specified by:
getAscent in interface FSFontMetrics

setAscent

public void setAscent(float ascent)

getDescent

public float getDescent()
Description copied from interface: FSFontMetrics
In keeping with the JDK LineMetrics convention, this number is positive for values below the baseline.

Specified by:
getDescent in interface FSFontMetrics

setDescent

public void setDescent(float descent)

getStrikethroughOffset

public float getStrikethroughOffset()
Specified by:
getStrikethroughOffset in interface FSFontMetrics

setStrikethroughOffset

public void setStrikethroughOffset(float strikethroughOffset)

getStrikethroughThickness

public float getStrikethroughThickness()
Specified by:
getStrikethroughThickness in interface FSFontMetrics

setStrikethroughThickness

public void setStrikethroughThickness(float strikethroughThickness)

getUnderlineOffset

public float getUnderlineOffset()
Description copied from interface: FSFontMetrics
In keeping with the JDK LineMetrics convention, this number is positive for values below the baseline.

Specified by:
getUnderlineOffset in interface FSFontMetrics

setUnderlineOffset

public void setUnderlineOffset(float underlineOffset)

getUnderlineThickness

public float getUnderlineThickness()
Specified by:
getUnderlineThickness in interface FSFontMetrics

setUnderlineThickness

public void setUnderlineThickness(float underlineThickness)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home