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()
           
 float getStrikethroughOffset()
           
 float getStrikethroughThickness()
           
 float getUnderlineOffset()
           
 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
clone, equals, finalize, 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()
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()
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)


Copyright © 2014. All Rights Reserved.