Java Doc for JasperDesign.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » engine » design » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » jasperreports 2.0.1 » net.sf.jasperreports.engine.design 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.jasperreports.engine.base.JRBaseReport
      net.sf.jasperreports.engine.design.JasperDesign

JasperDesign
public class JasperDesign extends JRBaseReport (Code)
JasperDesign is used for in-memory representation of a report design. Instances of this class can be easily created from an XML template and viceversa. It contains all report properties and report elements in their design time state.

The main reason for using this class is for modifying report templates at run time. Although using compiled reports is usually recommended, sometimes people need to dinamically change a report design.
See Also:   net.sf.jasperreports.engine.xml.JRXmlLoader
author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JasperDesign.java 1795 2007-07-30 09:18:47Z teodord $




Constructor Summary
public  JasperDesign()
     Constructs a JasperDesign object and fills it with the default variables and parameters.

Method Summary
public  voidaddDataset(JRDesignDataset dataset)
     Adds a sub dataset to the report.
public  voidaddField(JRField field)
    
public  voidaddFont(JRReportFont reportFont)
     Adds a report font, that can be referenced by text elements.
public  voidaddGroup(JRDesignGroup group)
     Gets a map of report groups.
public  voidaddImport(String value)
     Adds an import (needed if report expression require additional classes in order to compile).
public  voidaddParameter(JRParameter parameter)
     Adds a report parameter.
public  voidaddSortField(JRSortField sortField)
    
public  voidaddStyle(JRStyle style)
     Adds a report style, that can be referenced by report elements.
public  voidaddTemplate(JRReportTemplate template)
     Adds a report template.
public  voidaddVariable(JRDesignVariable variable)
    
protected  ListcollectCrosstabs()
    
protected  voidcollectCrosstabs(JRBand band)
    
protected  voidcollectCrosstabs(JRElement[] elements)
    
protected  ListgetCrosstabs()
    
public  MapgetDatasetMap()
     Returns the sub datasets of the report indexed by name.
public  JRDataset[]getDatasets()
    
public  ListgetDatasetsList()
     Returns the list of report sub datasets.
public  CollectiongetExpressions()
     Returns a collection of all report expressions.
public  ListgetFieldsList()
     Gets a list of report fields.
public  MapgetFieldsMap()
     Gets a map of report fields.
public  JRExpressiongetFilterExpression()
     Returns the main dataset filter expression.
public  JRReportFont[]getFonts()
     Gets an array of report level fonts.
public  ListgetFontsList()
     Gets a list of report level fonts.
public  MapgetFontsMap()
    
public  ListgetGroupsList()
     Gets an array of report groups.
public  MapgetGroupsMap()
     Gets a list of report groups.
public  JRDesignDatasetgetMainDesignDataset()
     Returns the main report dataset.
public  ListgetParametersList()
     Gets a list of report parameters (including built-in ones).
public  MapgetParametersMap()
     Gets a map of report parameters (including built-in ones).
public  ListgetSortFieldsList()
     Gets a list of sort report fields.
public  JRStyle[]getStyles()
     Gets an array of report level styles.
public  ListgetStylesList()
     Gets a list of report level styles.
public  MapgetStylesMap()
    
public  JRReportTemplate[]getTemplates()
    
public  ListgetVariablesList()
     Gets a list of report variables.
public  MapgetVariablesMap()
     Gets a map of report variables.
public  voidpreprocess()
     Performs preliminary processing and calculations prior to compilation.
public  JRDatasetremoveDataset(String datasetName)
     Removes a sub dataset from the report.
public  JRDatasetremoveDataset(JRDataset dataset)
     Removes a sub dataset from the report.
public  JRFieldremoveField(String fieldName)
    
public  JRFieldremoveField(JRField field)
    
public  JRReportFontremoveFont(String propName)
     Removes a report font from the list, based on the font name.
public  JRReportFontremoveFont(JRReportFont reportFont)
     Removes a report font from the list.
public  JRGroupremoveGroup(String groupName)
     Adds a new group to the report design.
public  JRGroupremoveGroup(JRGroup group)
    
public  voidremoveImport(String value)
     Removes an import.
public  JRParameterremoveParameter(String parameterName)
     Removes a report parameter, based on its name.
public  JRParameterremoveParameter(JRParameter parameter)
     Removes a report parameter.
public  JRSortFieldremoveSortField(String fieldName)
    
public  JRSortFieldremoveSortField(JRSortField sortField)
    
public  JRStyleremoveStyle(String styleName)
     Removes a report style from the list, based on the style name.
public  JRStyleremoveStyle(JRStyle style)
     Removes a report style from the list.
public  booleanremoveTemplate(JRReportTemplate template)
     Removes a report template.
public  JRVariableremoveVariable(String variableName)
    
public  JRVariableremoveVariable(JRVariable variable)
    
public  voidsetBackground(JRBand background)
     Sets the background band.
public  voidsetBottomMargin(int bottomMargin)
     Sets the top margin.
public  voidsetColumnCount(int columnCount)
     Specifies the number of report columns.
public  voidsetColumnFooter(JRBand columnFooter)
     Sets the column footer band.
public  voidsetColumnHeader(JRBand columnHeader)
     Sets the column header band.
public  voidsetColumnSpacing(int columnSpacing)
     Sets the spacing between columns.
public  voidsetColumnWidth(int columnWidth)
     Sets the column width.
public  voidsetDefaultFont(JRReportFont font)
    
public  voidsetDefaultStyle(JRStyle style)
    
public  voidsetDetail(JRBand detail)
     Sets the detail band.
public  voidsetFilterExpression(JRExpression expression)
     Sets the main dataset filter expression.
public  voidsetFloatColumnFooter(boolean isFloatColumnFooter)
     Flag used to specify if the column footer section should be printed at the bottom of the column or if it should immediately follow the last detail or group footer printed on the current column.
public  voidsetFormatFactoryClass(String formatFactoryClass)
    
public  voidsetIgnorePagination(boolean ignorePagination)
     Sets the value of the ignore pagination flag.
public  voidsetLanguage(String language)
     Specifies the language used for report expressions (Java or Groovy).
public  voidsetLastPageFooter(JRBand lastPageFooter)
     Sets the last page footer band.
public  voidsetLeftMargin(int leftMargin)
     Sets the left margin.
public  voidsetMainDataset(JRDesignDataset dataset)
     Sets the main report dataset.
public  voidsetName(String name)
     Sets the report name.
public  voidsetNoData(JRBand noData)
     Sets the noData band.
public  voidsetOrientation(byte orientation)
     Sets the report orientation.
public  voidsetPageFooter(JRBand pageFooter)
     Sets the page footer band.
public  voidsetPageHeader(JRBand pageHeader)
     Sets the page header band.
public  voidsetPageHeight(int pageHeight)
     Sets page height (including margins etc.).
public  voidsetPageWidth(int pageWidth)
     Sets page width (including margins etc.).
public  voidsetPrintOrder(byte printOrder)
     Sets the print order.
public  voidsetQuery(JRDesignQuery query)
     Specifies the report query.
public  voidsetResourceBundle(String resourceBundle)
     Sets the base name of the report associated resource bundle.
public  voidsetRightMargin(int rightMargin)
     Sets the right margin.
public  voidsetScriptletClass(String scriptletClass)
    
public  voidsetSummary(JRBand summary)
     Sets the summary band.
public  voidsetSummaryNewPage(boolean isSummaryNewPage)
     Flag used to specify if the summary section should be printed on a separate last page.
public  voidsetTitle(JRBand title)
     Sets the title band.
public  voidsetTitleNewPage(boolean isTitleNewPage)
     Flag used to specify if the title section should be printed on a separate initial page.
public  voidsetTopMargin(int topMargin)
     Sets the top margin.


Constructor Detail
JasperDesign
public JasperDesign()(Code)
Constructs a JasperDesign object and fills it with the default variables and parameters.




Method Detail
addDataset
public void addDataset(JRDesignDataset dataset) throws JRException(Code)
Adds a sub dataset to the report.
Parameters:
  dataset - the dataset
throws:
  JRException -



addField
public void addField(JRField field) throws JRException(Code)



addFont
public void addFont(JRReportFont reportFont) throws JRException(Code)
Adds a report font, that can be referenced by text elements.



addGroup
public void addGroup(JRDesignGroup group) throws JRException(Code)
Gets a map of report groups.



addImport
public void addImport(String value)(Code)
Adds an import (needed if report expression require additional classes in order to compile).



addParameter
public void addParameter(JRParameter parameter) throws JRException(Code)
Adds a report parameter.



addSortField
public void addSortField(JRSortField sortField) throws JRException(Code)



addStyle
public void addStyle(JRStyle style) throws JRException(Code)
Adds a report style, that can be referenced by report elements.



addTemplate
public void addTemplate(JRReportTemplate template)(Code)
Adds a report template.
Parameters:
  template - the template to add.
See Also:   JasperDesign.getTemplates()



addVariable
public void addVariable(JRDesignVariable variable) throws JRException(Code)



collectCrosstabs
protected List collectCrosstabs()(Code)



collectCrosstabs
protected void collectCrosstabs(JRBand band)(Code)



collectCrosstabs
protected void collectCrosstabs(JRElement[] elements)(Code)



getCrosstabs
protected List getCrosstabs()(Code)



getDatasetMap
public Map getDatasetMap()(Code)
Returns the sub datasets of the report indexed by name. the sub datasets of the report indexed by name



getDatasets
public JRDataset[] getDatasets()(Code)



getDatasetsList
public List getDatasetsList()(Code)
Returns the list of report sub datasets. list of JRDesignDataset JRDesignDataset objects



getExpressions
public Collection getExpressions()(Code)
Returns a collection of all report expressions.



getFieldsList
public List getFieldsList()(Code)
Gets a list of report fields.



getFieldsMap
public Map getFieldsMap()(Code)
Gets a map of report fields.



getFilterExpression
public JRExpression getFilterExpression()(Code)
Returns the main dataset filter expression. the main dataset filter expression
See Also:   JRDataset.getFilterExpression



getFonts
public JRReportFont[] getFonts()(Code)
Gets an array of report level fonts. These fonts can be referenced by text elements.



getFontsList
public List getFontsList()(Code)
Gets a list of report level fonts. These fonts can be referenced by text elements.



getFontsMap
public Map getFontsMap()(Code)



getGroupsList
public List getGroupsList()(Code)
Gets an array of report groups.



getGroupsMap
public Map getGroupsMap()(Code)
Gets a list of report groups.



getMainDesignDataset
public JRDesignDataset getMainDesignDataset()(Code)
Returns the main report dataset. the main report dataset



getParametersList
public List getParametersList()(Code)
Gets a list of report parameters (including built-in ones).



getParametersMap
public Map getParametersMap()(Code)
Gets a map of report parameters (including built-in ones).



getSortFieldsList
public List getSortFieldsList()(Code)
Gets a list of sort report fields.



getStyles
public JRStyle[] getStyles()(Code)
Gets an array of report level styles. These styles can be referenced by report elements.



getStylesList
public List getStylesList()(Code)
Gets a list of report level styles. These styles can be referenced by report elements.



getStylesMap
public Map getStylesMap()(Code)



getTemplates
public JRReportTemplate[] getTemplates()(Code)



getVariablesList
public List getVariablesList()(Code)
Gets a list of report variables.



getVariablesMap
public Map getVariablesMap()(Code)
Gets a map of report variables.



preprocess
public void preprocess()(Code)
Performs preliminary processing and calculations prior to compilation.



removeDataset
public JRDataset removeDataset(String datasetName)(Code)
Removes a sub dataset from the report.
Parameters:
  datasetName - the dataset name the removed dataset



removeDataset
public JRDataset removeDataset(JRDataset dataset)(Code)
Removes a sub dataset from the report.
Parameters:
  dataset - the dataset to be removed the dataset



removeField
public JRField removeField(String fieldName)(Code)



removeField
public JRField removeField(JRField field)(Code)



removeFont
public JRReportFont removeFont(String propName)(Code)
Removes a report font from the list, based on the font name.



removeFont
public JRReportFont removeFont(JRReportFont reportFont)(Code)
Removes a report font from the list.



removeGroup
public JRGroup removeGroup(String groupName)(Code)
Adds a new group to the report design. Groups are nested.



removeGroup
public JRGroup removeGroup(JRGroup group)(Code)



removeImport
public void removeImport(String value)(Code)
Removes an import.



removeParameter
public JRParameter removeParameter(String parameterName)(Code)
Removes a report parameter, based on its name.



removeParameter
public JRParameter removeParameter(JRParameter parameter)(Code)
Removes a report parameter.



removeSortField
public JRSortField removeSortField(String fieldName)(Code)



removeSortField
public JRSortField removeSortField(JRSortField sortField)(Code)



removeStyle
public JRStyle removeStyle(String styleName)(Code)
Removes a report style from the list, based on the style name.



removeStyle
public JRStyle removeStyle(JRStyle style)(Code)
Removes a report style from the list.



removeTemplate
public boolean removeTemplate(JRReportTemplate template)(Code)
Removes a report template.
Parameters:
  template - the template to remove true iff the template has been found and removed



removeVariable
public JRVariable removeVariable(String variableName)(Code)



removeVariable
public JRVariable removeVariable(JRVariable variable)(Code)



setBackground
public void setBackground(JRBand background)(Code)
Sets the background band.



setBottomMargin
public void setBottomMargin(int bottomMargin)(Code)
Sets the top margin. The working space is calculated by subtracting the margins from the page height.



setColumnCount
public void setColumnCount(int columnCount)(Code)
Specifies the number of report columns.



setColumnFooter
public void setColumnFooter(JRBand columnFooter)(Code)
Sets the column footer band.



setColumnHeader
public void setColumnHeader(JRBand columnHeader)(Code)
Sets the column header band.



setColumnSpacing
public void setColumnSpacing(int columnSpacing)(Code)
Sets the spacing between columns.



setColumnWidth
public void setColumnWidth(int columnWidth)(Code)
Sets the column width.



setDefaultFont
public void setDefaultFont(JRReportFont font)(Code)



setDefaultStyle
public void setDefaultStyle(JRStyle style)(Code)



setDetail
public void setDetail(JRBand detail)(Code)
Sets the detail band.



setFilterExpression
public void setFilterExpression(JRExpression expression)(Code)
Sets the main dataset filter expression.
Parameters:
  expression - the boolean expression to use as main dataset filter expression
See Also:   JRDesignDataset.setFilterExpression(JRExpression)
See Also:   JRDataset.getFilterExpression



setFloatColumnFooter
public void setFloatColumnFooter(boolean isFloatColumnFooter)(Code)
Flag used to specify if the column footer section should be printed at the bottom of the column or if it should immediately follow the last detail or group footer printed on the current column.



setFormatFactoryClass
public void setFormatFactoryClass(String formatFactoryClass)(Code)



setIgnorePagination
public void setIgnorePagination(boolean ignorePagination)(Code)
Sets the value of the ignore pagination flag.
Parameters:
  ignorePagination - whether to ignore pagination when generating the report
See Also:   net.sf.jasperreports.engine.JRReport.isIgnorePagination



setLanguage
public void setLanguage(String language)(Code)
Specifies the language used for report expressions (Java or Groovy). The default is Java.



setLastPageFooter
public void setLastPageFooter(JRBand lastPageFooter)(Code)
Sets the last page footer band.



setLeftMargin
public void setLeftMargin(int leftMargin)(Code)
Sets the left margin. The working space is calculated by subtracting the margins from the page width.



setMainDataset
public void setMainDataset(JRDesignDataset dataset)(Code)
Sets the main report dataset.

This method can be used as an alternative to setting the parameters, fields, etc directly on the report.
Parameters:
  dataset - the dataset




setName
public void setName(String name)(Code)
Sets the report name. It is strongly recommended that the report name matches the .jrxml file name, since report compilers usually use this name for the compiled .jasper file.



setNoData
public void setNoData(JRBand noData)(Code)
Sets the noData band.



setOrientation
public void setOrientation(byte orientation)(Code)
Sets the report orientation.
See Also:   net.sf.jasperreports.engine.JRReport
See Also:    ORIENTATION_PORTRAIT,
See Also:   net.sf.jasperreports.engine.JRReport
See Also:    ORIENTATION_LANDSCAPE



setPageFooter
public void setPageFooter(JRBand pageFooter)(Code)
Sets the page footer band.



setPageHeader
public void setPageHeader(JRBand pageHeader)(Code)
Sets the page header band.



setPageHeight
public void setPageHeight(int pageHeight)(Code)
Sets page height (including margins etc.). Default is 842.



setPageWidth
public void setPageWidth(int pageWidth)(Code)
Sets page width (including margins etc.). Default is 595.



setPrintOrder
public void setPrintOrder(byte printOrder)(Code)
Sets the print order. In case of multiple column reports, the engine can perform vertical or horizontal fill.
See Also:   net.sf.jasperreports.engine.JRReport
See Also:    PRINT_ORDER_VERTICAL,
See Also:   net.sf.jasperreports.engine.JRReport
See Also:    PRINT_ORDER_HORIZONTAL



setQuery
public void setQuery(JRDesignQuery query)(Code)
Specifies the report query. This is used only when datasource type is JDBC (a java.sql.Connection).



setResourceBundle
public void setResourceBundle(String resourceBundle)(Code)
Sets the base name of the report associated resource bundle.



setRightMargin
public void setRightMargin(int rightMargin)(Code)
Sets the right margin. The working space is calculated by subtracting the margins from the page width.



setScriptletClass
public void setScriptletClass(String scriptletClass)(Code)



setSummary
public void setSummary(JRBand summary)(Code)
Sets the summary band.



setSummaryNewPage
public void setSummaryNewPage(boolean isSummaryNewPage)(Code)
Flag used to specify if the summary section should be printed on a separate last page.
Parameters:
  isSummaryNewPage - true if the summary section should be displayed on a separate last page, false ifit will be displayed on the last page along with other sections, if there is enough space.



setTitle
public void setTitle(JRBand title)(Code)
Sets the title band.



setTitleNewPage
public void setTitleNewPage(boolean isTitleNewPage)(Code)
Flag used to specify if the title section should be printed on a separate initial page.
Parameters:
  isTitleNewPage - true if the title section should be displayed on a separate initial page, false ifit will be displayed on the first page along with other sections.



setTopMargin
public void setTopMargin(int topMargin)(Code)
Sets the top margin. The working space is calculated by subtracting the margins from the page height.



Fields inherited from net.sf.jasperreports.engine.base.JRBaseReport
protected JRBand background(Code)(Java Doc)
protected int bottomMargin(Code)(Java Doc)
protected int columnCount(Code)(Java Doc)
protected JRBand columnFooter(Code)(Java Doc)
protected JRBand columnHeader(Code)(Java Doc)
protected int columnSpacing(Code)(Java Doc)
protected int columnWidth(Code)(Java Doc)
protected JRDataset[] datasets(Code)(Java Doc)
protected JRReportFont defaultFont(Code)(Java Doc)
protected JRStyle defaultStyle(Code)(Java Doc)
protected JRBand detail(Code)(Java Doc)
protected JRReportFont[] fonts(Code)(Java Doc)
protected String formatFactoryClass(Code)(Java Doc)
protected boolean ignorePagination(Code)(Java Doc)
protected Set importsSet(Code)(Java Doc)
protected boolean isFloatColumnFooter(Code)(Java Doc)
protected boolean isSummaryNewPage(Code)(Java Doc)
protected boolean isTitleNewPage(Code)(Java Doc)
protected String language(Code)(Java Doc)
protected JRBand lastPageFooter(Code)(Java Doc)
protected int leftMargin(Code)(Java Doc)
protected JRDataset mainDataset(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected JRBand noData(Code)(Java Doc)
protected byte orientation(Code)(Java Doc)
protected JRBand pageFooter(Code)(Java Doc)
protected JRBand pageHeader(Code)(Java Doc)
protected int pageHeight(Code)(Java Doc)
protected int pageWidth(Code)(Java Doc)
protected byte printOrder(Code)(Java Doc)
protected int rightMargin(Code)(Java Doc)
protected JRStyle[] styles(Code)(Java Doc)
protected JRBand summary(Code)(Java Doc)
protected JRReportTemplate[] templates(Code)(Java Doc)
protected JRBand title(Code)(Java Doc)
protected int topMargin(Code)(Java Doc)
protected byte whenNoDataType(Code)(Java Doc)

Methods inherited from net.sf.jasperreports.engine.base.JRBaseReport
protected void copyTemplates(JRReport report, JRBaseObjectFactory factory)(Code)(Java Doc)
public JRBand getBackground()(Code)(Java Doc)
public int getBottomMargin()(Code)(Java Doc)
public int getColumnCount()(Code)(Java Doc)
public JRBand getColumnFooter()(Code)(Java Doc)
public JRBand getColumnHeader()(Code)(Java Doc)
public int getColumnSpacing()(Code)(Java Doc)
public int getColumnWidth()(Code)(Java Doc)
public JRDataset[] getDatasets()(Code)(Java Doc)
public JRReportFont getDefaultFont()(Code)(Java Doc)
public JRStyle getDefaultStyle()(Code)(Java Doc)
public JRBand getDetail()(Code)(Java Doc)
public JRField[] getFields()(Code)(Java Doc)
public JRReportFont[] getFonts()(Code)(Java Doc)
public String getFormatFactoryClass()(Code)(Java Doc)
public JRGroup[] getGroups()(Code)(Java Doc)
public String[] getImports()(Code)(Java Doc)
public String getLanguage()(Code)(Java Doc)
public JRBand getLastPageFooter()(Code)(Java Doc)
public int getLeftMargin()(Code)(Java Doc)
public JRDataset getMainDataset()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public JRBand getNoData()(Code)(Java Doc)
public byte getOrientation()(Code)(Java Doc)
public JRBand getPageFooter()(Code)(Java Doc)
public JRBand getPageHeader()(Code)(Java Doc)
public int getPageHeight()(Code)(Java Doc)
public int getPageWidth()(Code)(Java Doc)
public JRParameter[] getParameters()(Code)(Java Doc)
public byte getPrintOrder()(Code)(Java Doc)
public JRPropertiesMap getPropertiesMap()(Code)(Java Doc)
public String getProperty(String propName)(Code)(Java Doc)
public String[] getPropertyNames()(Code)(Java Doc)
public JRQuery getQuery()(Code)(Java Doc)
public String getResourceBundle()(Code)(Java Doc)
public int getRightMargin()(Code)(Java Doc)
public String getScriptletClass()(Code)(Java Doc)
public JRSortField[] getSortFields()(Code)(Java Doc)
public JRStyle[] getStyles()(Code)(Java Doc)
public JRBand getSummary()(Code)(Java Doc)
public JRReportTemplate[] getTemplates()(Code)(Java Doc)
public JRBand getTitle()(Code)(Java Doc)
public int getTopMargin()(Code)(Java Doc)
public JRVariable[] getVariables()(Code)(Java Doc)
public byte getWhenNoDataType()(Code)(Java Doc)
public byte getWhenResourceMissingType()(Code)(Java Doc)
public boolean isFloatColumnFooter()(Code)(Java Doc)
public boolean isIgnorePagination()(Code)(Java Doc)
public boolean isSummaryNewPage()(Code)(Java Doc)
public boolean isTitleNewPage()(Code)(Java Doc)
public void removeProperty(String propName)(Code)(Java Doc)
public void setProperty(String propName, String value)(Code)(Java Doc)
public void setWhenNoDataType(byte whenNoDataType)(Code)(Java Doc)
public void setWhenResourceMissingType(byte whenResourceMissingType)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.