|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.report.block.AbstractBlock
info.informatica.report.block.DynamicBlock
info.informatica.report.block.ImageBlock
public class ImageBlock
An image.
The following properties are supported:
title - Chart title
width - Image width
height - Image height
file - Filename of the image
write.dir - Current report directory
| Constructor Summary | |
|---|---|
ImageBlock(ImageBlock block)
Copy constructor |
|
ImageBlock(ReportElement peerElement)
|
|
| Method Summary | |
|---|---|
String |
getFilename()
Gets the image filename. |
int |
getHeight()
|
String |
getPath()
Gets the image path. |
String |
getTitle()
|
int |
getWidth()
|
void |
init()
Arranges the block for printing. |
void |
setFilename(String filename)
|
| 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 |
|---|
public ImageBlock(ReportElement peerElement)
public ImageBlock(ImageBlock block)
| Method Detail |
|---|
public void init()
throws info.informatica.doc.DocumentFormatException
AbstractBlockNote that blocks implementing NativeBlock must also call initRender(), after init().
This method needs to be called only once, typically before generating the data to be able to check for configuration errors.
init in interface Blockinit in class AbstractBlockinfo.informatica.doc.DocumentFormatException - if is unable to initialize due to a syntax or formatting
problem.public String getPath()
public String getFilename()
public void setFilename(String filename)
public String getTitle()
public int getWidth()
public int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||