HEADER

com.developmentontheedge.print
Class FooterFormat

java.lang.Object
  |
  +--java.awt.print.PageFormat
        |
        +--com.developmentontheedge.print.FooterFormat

public class FooterFormat
extends PageFormat


Fields inherited from class java.awt.print.PageFormat
LANDSCAPE, PORTRAIT, REVERSE_LANDSCAPE

Method Summary
 doublegetImageableHeightAtFooter()
           
 intprint(Graphics g, PageFormat format, String textToPrint)
          Draws the footer text which has the following format:

Methods inherited from class java.awt.print.PageFormat
clone, getWidth, getHeight, getImageableX, getImageableY, getImageableWidth, getImageableHeight, getPaper, setPaper, setOrientation, getOrientation, getMatrix

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Method Detail

getImageableHeightAtFooter

public double getImageableHeightAtFooter()

print

public int print(Graphics g, PageFormat format, String textToPrint)
Draws the footer text which has the following format:

Association Links

to Class java.awt.Font

The font we use for the footer.

FOOTER

BOTTOM