dori.jasper.engine
Interface JRReport

All Superinterfaces:
JRDefaultFontProvider
All Known Implementing Classes:
JRBaseReport

public interface JRReport
extends JRDefaultFontProvider


Field Summary
static byte ORIENTATION_LANDSCAPE
           
static byte ORIENTATION_PORTRAIT
           
static byte PRINT_ORDER_HORIZONTAL
           
static byte PRINT_ORDER_VERTICAL
           
static byte WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL
           
static byte WHEN_NO_DATA_TYPE_BLANK_PAGE
           
static byte WHEN_NO_DATA_TYPE_NO_PAGES
           
 
Method Summary
 JRBand getBackground()
           
 int getBottomMargin()
           
 int getColumnCount()
           
 JRBand getColumnFooter()
           
 JRBand getColumnHeader()
           
 int getColumnSpacing()
           
 int getColumnWidth()
           
 JRBand getDetail()
           
 JRField[] getFields()
           
 JRReportFont[] getFonts()
           
 JRGroup[] getGroups()
           
 int getLeftMargin()
           
 java.lang.String getName()
           
 byte getOrientation()
           
 JRBand getPageFooter()
           
 JRBand getPageHeader()
           
 int getPageHeight()
           
 int getPageWidth()
           
 JRParameter[] getParameters()
           
 byte getPrintOrder()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String[] getPropertyNames()
           
 JRQuery getQuery()
           
 int getRightMargin()
           
 java.lang.String getScriptletClass()
           
 JRBand getSummary()
           
 JRBand getTitle()
           
 int getTopMargin()
           
 JRVariable[] getVariables()
           
 byte getWhenNoDataType()
           
 boolean isSummaryNewPage()
           
 boolean isTitleNewPage()
           
 void removeProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 void setWhenNoDataType(byte whenNoDataType)
           
 
Methods inherited from interface dori.jasper.engine.JRDefaultFontProvider
getDefaultFont
 

Field Detail

PRINT_ORDER_VERTICAL

public static final byte PRINT_ORDER_VERTICAL
See Also:
Constant Field Values

PRINT_ORDER_HORIZONTAL

public static final byte PRINT_ORDER_HORIZONTAL
See Also:
Constant Field Values

ORIENTATION_PORTRAIT

public static final byte ORIENTATION_PORTRAIT
See Also:
Constant Field Values

ORIENTATION_LANDSCAPE

public static final byte ORIENTATION_LANDSCAPE
See Also:
Constant Field Values

WHEN_NO_DATA_TYPE_NO_PAGES

public static final byte WHEN_NO_DATA_TYPE_NO_PAGES
See Also:
Constant Field Values

WHEN_NO_DATA_TYPE_BLANK_PAGE

public static final byte WHEN_NO_DATA_TYPE_BLANK_PAGE
See Also:
Constant Field Values

WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL

public static final byte WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()

getColumnCount

public int getColumnCount()

getPrintOrder

public byte getPrintOrder()

getPageWidth

public int getPageWidth()

getPageHeight

public int getPageHeight()

getOrientation

public byte getOrientation()

getWhenNoDataType

public byte getWhenNoDataType()

setWhenNoDataType

public void setWhenNoDataType(byte whenNoDataType)

getColumnWidth

public int getColumnWidth()

getColumnSpacing

public int getColumnSpacing()

getLeftMargin

public int getLeftMargin()

getRightMargin

public int getRightMargin()

getTopMargin

public int getTopMargin()

getBottomMargin

public int getBottomMargin()

isTitleNewPage

public boolean isTitleNewPage()

isSummaryNewPage

public boolean isSummaryNewPage()

getScriptletClass

public java.lang.String getScriptletClass()

getPropertyNames

public java.lang.String[] getPropertyNames()

getProperty

public java.lang.String getProperty(java.lang.String name)

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)

removeProperty

public void removeProperty(java.lang.String name)

getFonts

public JRReportFont[] getFonts()

getParameters

public JRParameter[] getParameters()

getQuery

public JRQuery getQuery()

getFields

public JRField[] getFields()

getVariables

public JRVariable[] getVariables()

getGroups

public JRGroup[] getGroups()

getBackground

public JRBand getBackground()

getTitle

public JRBand getTitle()

getPageHeader

public JRBand getPageHeader()

getColumnHeader

public JRBand getColumnHeader()

getDetail

public JRBand getDetail()

getColumnFooter

public JRBand getColumnFooter()

getPageFooter

public JRBand getPageFooter()

getSummary

public JRBand getSummary()


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