Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.BasicReportDefinition

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.BasicReportDefinition
All Implemented Interfaces:
ReportDesigner.ReportDefinition
Enclosing class:
ReportDesigner

public static class ReportDesigner.BasicReportDefinition
extends java.lang.Object
implements ReportDesigner.ReportDefinition


Field Summary
protected  java.lang.StringBuffer functions
           
protected  ReportDesigner.ReportGroup[] groups
           
protected  java.awt.Insets insets
           
protected  ReportDesigner.ReportSection items
           
protected  int orientation
           
protected  java.lang.String pageFormat
           
protected  ReportDesigner.ReportSection pf
           
protected  ReportDesigner.ReportSection ph
           
protected  ReportDesigner.ReportSection rf
           
protected  ReportDesigner.ReportSection rh
           
protected  ReportDesigner.ReportSection water
           
 
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)
           
 
Method Summary
 java.lang.StringBuffer getFunctions()
           
 ReportDesigner.ReportGroup[] getGroups()
           
 ReportDesigner.ReportSection getItems()
           
 java.awt.Insets getMargins()
           
 int getOrientation()
           
 ReportDesigner.ReportSection getPageFooter()
           
 java.lang.String getPageFormat()
           
 ReportDesigner.ReportSection getPageHeader()
           
 ReportDesigner.ReportSection getReportFooter()
           
 ReportDesigner.ReportSection getReportHeader()
           
 ReportDesigner.ReportResource[] getResources()
           
protected  java.util.List getResources(ReportDesigner.ReportSection s)
           
 java.lang.String getSOrientation()
           
 ReportDesigner.ReportSection getWatermark()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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)

Ontimize