com.ontimize.report
Class ReportDesigner.BasicReportSection
java.lang.Object
com.ontimize.report.ReportDesigner.BasicReportSection
- All Implemented Interfaces:
- java.awt.image.ImageObserver, ReportDesigner.ReportSection
- Enclosing class:
- ReportDesigner
- protected static class ReportDesigner.BasicReportSection
- extends java.lang.Object
- implements ReportDesigner.ReportSection
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportDesigner.BasicReportSection
public ReportDesigner.BasicReportSection(ReportDesigner.ContentPanel p)
ReportDesigner.BasicReportSection
public ReportDesigner.BasicReportSection(int h,
ReportDesigner.ReportComponent[] comps,
java.util.Hashtable params)
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface ReportDesigner.ReportSection
getHeight
public int getHeight()
- Specified by:
getHeight in interface ReportDesigner.ReportSection
getReportComponents
public ReportDesigner.ReportComponent[] getReportComponents()
- Specified by:
getReportComponents in interface ReportDesigner.ReportSection
addComponent
public void addComponent(ReportDesigner.ReportComponent[] newComps)
- Specified by:
addComponent in interface ReportDesigner.ReportSection
getWidth
public int getWidth()
- Specified by:
getWidth in interface ReportDesigner.ReportSection
getParameter
public java.util.Hashtable getParameter()
- Specified by:
getParameter in interface ReportDesigner.ReportSection
imageUpdate
public boolean imageUpdate(java.awt.Image im,
int a,
int b,
int c,
int d,
int e)
- Specified by:
imageUpdate in interface java.awt.image.ImageObserver