net.sf.jzeno.reporting.pdf
Interface PdfLayout

All Known Implementing Classes:
DefaultPdfLayout

public interface PdfLayout


Method Summary
 float getBottomMargin()
           
 float getLeftMargin()
           
 java.util.List getPageEventHandlers()
           
 com.lowagie.text.Rectangle getPageSize()
           
 float getRightMargin()
           
 float getTopMargin()
           
 boolean isLandScape()
           
 void setContent(Component content)
           
 

Method Detail

getPageSize

com.lowagie.text.Rectangle getPageSize()

isLandScape

boolean isLandScape()

setContent

void setContent(Component content)

getBottomMargin

float getBottomMargin()

getLeftMargin

float getLeftMargin()

getRightMargin

float getRightMargin()

getTopMargin

float getTopMargin()

getPageEventHandlers

java.util.List getPageEventHandlers()