Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.BasicReportSection

java.lang.Object
  extended bycom.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


Field Summary
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ReportDesigner.BasicReportSection(int h, ReportDesigner.ReportComponent[] comps, java.util.Hashtable params)
           
ReportDesigner.BasicReportSection(ReportDesigner.ContentPanel p)
           
 
Method Summary
 void addComponent(ReportDesigner.ReportComponent[] newComps)
           
 int getHeight()
           
 java.util.Hashtable getParameter()
           
 ReportDesigner.ReportComponent[] getReportComponents()
           
 int getWidth()
           
 boolean imageUpdate(java.awt.Image im, int a, int b, int c, int d, int e)
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDesigner.BasicReportSection

public ReportDesigner.BasicReportSection(ReportDesigner.ContentPanel p)

ReportDesigner.BasicReportSection

public ReportDesigner.BasicReportSection(int h,
                                         ReportDesigner.ReportComponent[] comps,
                                         java.util.Hashtable params)
Method Detail

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

Ontimize