info.informatica.report.block
Class StaticImageBlock

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.StaticImageBlock
All Implemented Interfaces:
BinaryBlock, Block, StaticBlock

public class StaticImageBlock
extends ImageBlock
implements StaticBlock

An image block.

Author:
amengual at informatica dot info

Constructor Summary
StaticImageBlock(ImageBlock block)
          Copy constructor
StaticImageBlock(ReportElement peerElement)
           
 
Method Summary
 void print(ReportWriter rw)
           
 
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

StaticImageBlock

public StaticImageBlock(ReportElement peerElement)

StaticImageBlock

public StaticImageBlock(ImageBlock block)
Copy constructor

Method Detail

print

public void print(ReportWriter rw)
           throws info.informatica.doc.RenderingException
Specified by:
print in interface StaticBlock
Throws:
info.informatica.doc.RenderingException