info.informatica.report.block.chart
Class ChartBlock

java.lang.Object
  extended by info.informatica.report.block.AbstractBlock
      extended by info.informatica.report.block.DynamicBlock
          extended by info.informatica.report.block.ImageBlock
              extended by info.informatica.report.block.chart.ChartBlock
All Implemented Interfaces:
BinaryBlock, Block
Direct Known Subclasses:
BarChartBlock, PieChartBlock

public class ChartBlock
extends ImageBlock

Base class for chart report classes.

The following properties are supported:

Author:
amengual at informatica dot info

Constructor Summary
ChartBlock(ReportElement peerElement)
           
 
Method Summary
 void print(ReportWriter rw, Dataset rd)
           
 
Methods inherited from class info.informatica.report.block.ImageBlock
getFilename, getHeight, getPath, getTitle, getWidth, init, setFilename
 
Methods inherited from class info.informatica.report.block.DynamicBlock
filterChildReportElement, getNestedBlocks, hasNested
 
Methods inherited from class info.informatica.report.block.AbstractBlock
filterChildXHTMLElement, getCondition, getPeerElement, getReportDataSpec, getTransformParameters, isHidden, printSample, setCondition, setReportDataSpec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartBlock

public ChartBlock(ReportElement peerElement)
Method Detail

print

public void print(ReportWriter rw,
                  Dataset rd)
           throws info.informatica.doc.RenderingException,
                  DatasetException
Throws:
info.informatica.doc.RenderingException
DatasetException