com.ontimize.report
Class ReportDesigner.BasicReportDefinition
java.lang.Object
com.ontimize.report.ReportDesigner.BasicReportDefinition
- All Implemented Interfaces:
- ReportDesigner.ReportDefinition
- Enclosing class:
- ReportDesigner
- public static class ReportDesigner.BasicReportDefinition
- extends java.lang.Object
- implements ReportDesigner.ReportDefinition
|
Constructor Summary |
ReportDesigner.BasicReportDefinition(int l,
int t,
int r,
int b,
int orientation,
java.lang.String pFormat,
ReportDesigner.ReportSection rh,
ReportDesigner.ReportSection rf,
ReportDesigner.ReportSection ph,
ReportDesigner.ReportSection pf,
ReportDesigner.ReportSection items,
ReportDesigner.ReportGroup[] g,
java.lang.StringBuffer functions,
ReportDesigner.ReportSection water)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
insets
protected java.awt.Insets insets
pageFormat
protected java.lang.String pageFormat
orientation
protected int orientation
rh
protected ReportDesigner.ReportSection rh
rf
protected ReportDesigner.ReportSection rf
ph
protected ReportDesigner.ReportSection ph
pf
protected ReportDesigner.ReportSection pf
items
protected ReportDesigner.ReportSection items
water
protected ReportDesigner.ReportSection water
groups
protected ReportDesigner.ReportGroup[] groups
functions
protected java.lang.StringBuffer functions
ReportDesigner.BasicReportDefinition
public ReportDesigner.BasicReportDefinition(int l,
int t,
int r,
int b,
int orientation,
java.lang.String pFormat,
ReportDesigner.ReportSection rh,
ReportDesigner.ReportSection rf,
ReportDesigner.ReportSection ph,
ReportDesigner.ReportSection pf,
ReportDesigner.ReportSection items,
ReportDesigner.ReportGroup[] g,
java.lang.StringBuffer functions,
ReportDesigner.ReportSection water)
getMargins
public java.awt.Insets getMargins()
- Specified by:
getMargins in interface ReportDesigner.ReportDefinition
getPageFormat
public java.lang.String getPageFormat()
- Specified by:
getPageFormat in interface ReportDesigner.ReportDefinition
getOrientation
public int getOrientation()
- Specified by:
getOrientation in interface ReportDesigner.ReportDefinition
getSOrientation
public java.lang.String getSOrientation()
- Specified by:
getSOrientation in interface ReportDesigner.ReportDefinition
getReportHeader
public ReportDesigner.ReportSection getReportHeader()
- Specified by:
getReportHeader in interface ReportDesigner.ReportDefinition
getPageHeader
public ReportDesigner.ReportSection getPageHeader()
- Specified by:
getPageHeader in interface ReportDesigner.ReportDefinition
getReportFooter
public ReportDesigner.ReportSection getReportFooter()
- Specified by:
getReportFooter in interface ReportDesigner.ReportDefinition
getPageFooter
public ReportDesigner.ReportSection getPageFooter()
- Specified by:
getPageFooter in interface ReportDesigner.ReportDefinition
getItems
public ReportDesigner.ReportSection getItems()
- Specified by:
getItems in interface ReportDesigner.ReportDefinition
getGroups
public ReportDesigner.ReportGroup[] getGroups()
- Specified by:
getGroups in interface ReportDesigner.ReportDefinition
getFunctions
public java.lang.StringBuffer getFunctions()
- Specified by:
getFunctions in interface ReportDesigner.ReportDefinition
getWatermark
public ReportDesigner.ReportSection getWatermark()
- Specified by:
getWatermark in interface ReportDesigner.ReportDefinition
getResources
public ReportDesigner.ReportResource[] getResources()
- Specified by:
getResources in interface ReportDesigner.ReportDefinition
getResources
protected java.util.List getResources(ReportDesigner.ReportSection s)