com.developmentontheedge.print
Class FooterFormat

java.lang.Object
  extended byjava.awt.print.PageFormat
      extended bycom.developmentontheedge.print.FooterFormat
All Implemented Interfaces:
java.lang.Cloneable

public class FooterFormat
extends java.awt.print.PageFormat


Field Summary
 
Fields inherited from class java.awt.print.PageFormat
LANDSCAPE, PORTRAIT, REVERSE_LANDSCAPE
 
Constructor Summary
FooterFormat()
           
 
Method Summary
 double getImageableHeightAtFooter()
           
 int print(java.awt.Graphics g, java.awt.print.PageFormat format, java.lang.String textToPrint)
          Draws the footer text which has the following format:
 
Methods inherited from class java.awt.print.PageFormat
clone, getHeight, getImageableHeight, getImageableWidth, getImageableX, getImageableY, getMatrix, getOrientation, getPaper, getWidth, setOrientation, setPaper
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooterFormat

public FooterFormat()
Method Detail

getImageableHeightAtFooter

public double getImageableHeightAtFooter()

print

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



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.