ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.dataviewer
Interface PDFView


public interface PDFView

The PDFView interface for objects which is to be printed as PDF.


Method Summary
 int getMinPageHeight()
          Returns the minimum PDF page height
 int getMinPageWidth()
          Returns the minimum PDF page width
 void printPDF(com.elegantj.pdf.PDFGraphics g, int pageWidth, int pageHeight)
          Prints the PDF with the PDFGraphics object
 

Method Detail

printPDF

public void printPDF(com.elegantj.pdf.PDFGraphics g,
                     int pageWidth,
                     int pageHeight)
Prints the PDF with the PDFGraphics object

Parameters:
g - the PDF graphics used to print
pageWidth - the width of the PDF page
pageHeight - the height of the PDF page

getMinPageWidth

public int getMinPageWidth()
Returns the minimum PDF page width

Returns:
the minimum width of the PDF page

getMinPageHeight

public int getMinPageHeight()
Returns the minimum PDF page height

Returns:
the minimum height of the PDF page

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.