dori.jasper.engine
Class JasperPrint

java.lang.Object
  extended bydori.jasper.engine.JasperPrint
All Implemented Interfaces:
JRDefaultFontProvider, java.io.Serializable

public class JasperPrint
extends java.lang.Object
implements JRDefaultFontProvider, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JasperPrint()
           
 
Method Summary
 void addFont(JRReportFont reportFont)
           
 void addPage(int index, JRPrintPage page)
           
 void addPage(JRPrintPage page)
           
 java.util.Map getAnchorIndexes()
           
 JRReportFont getDefaultFont()
           
 JRReportFont[] getFonts()
           
 java.util.List getFontsList()
           
 java.util.Map getFontsMap()
           
 java.lang.String getName()
           
 byte getOrientation()
           
 int getPageHeight()
           
 java.util.List getPages()
           
 int getPageWidth()
           
 JRReportFont removeFont(JRReportFont reportFont)
           
 JRReportFont removeFont(java.lang.String name)
           
 JRPrintPage removePage(int index)
           
 void setDefaultFont(JRReportFont font)
           
 void setName(java.lang.String name)
           
 void setOrientation(byte orientation)
           
 void setPageHeight(int pageHeight)
           
 void setPageWidth(int pageWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperPrint

public JasperPrint()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPageWidth

public int getPageWidth()

setPageWidth

public void setPageWidth(int pageWidth)

getPageHeight

public int getPageHeight()

setPageHeight

public void setPageHeight(int pageHeight)

getOrientation

public byte getOrientation()

setOrientation

public void setOrientation(byte orientation)

getDefaultFont

public JRReportFont getDefaultFont()
Specified by:
getDefaultFont in interface JRDefaultFontProvider

setDefaultFont

public void setDefaultFont(JRReportFont font)

getFonts

public JRReportFont[] getFonts()

getFontsList

public java.util.List getFontsList()

getFontsMap

public java.util.Map getFontsMap()

addFont

public void addFont(JRReportFont reportFont)
             throws JRException
Throws:
JRException

removeFont

public JRReportFont removeFont(java.lang.String name)

removeFont

public JRReportFont removeFont(JRReportFont reportFont)

getPages

public java.util.List getPages()

addPage

public void addPage(JRPrintPage page)

addPage

public void addPage(int index,
                    JRPrintPage page)

removePage

public JRPrintPage removePage(int index)

getAnchorIndexes

public java.util.Map getAnchorIndexes()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.