info.informatica.report.pdf
Class PdfImageBlock
java.lang.Object
info.informatica.report.block.AbstractBlock
info.informatica.report.block.DynamicBlock
info.informatica.report.block.ImageBlock
info.informatica.report.pdf.PdfImageBlock
- All Implemented Interfaces:
- BinaryBlock, Block, NativeWrapper, StaticBlock
public class PdfImageBlock
- extends ImageBlock
- implements StaticBlock, NativeWrapper
PDF image.
The following properties are supported:
pixelsperpoint - Floating-point number of pixels per
typograhic point.
- Author:
- amengual at informatica dot info
PdfImageBlock
public PdfImageBlock(ImageBlock block,
Document pdf)
initRender
public void initRender(ReportWriter writer)
throws info.informatica.doc.RenderingException
- Description copied from interface:
NativeWrapper
- Initialize the wrapper for rendering the block.
- Specified by:
initRender in interface NativeWrapper
- Parameters:
writer - the report writer.
- Throws:
info.informatica.doc.RenderingException - if any problem happened.
print
public void print(ReportWriter rw)
throws info.informatica.doc.RenderingException
- Specified by:
print in interface StaticBlock
- Throws:
info.informatica.doc.RenderingException
getRenderedObject
public Object getRenderedObject()
- Description copied from interface:
NativeWrapper
- Get the native rendered object.
- Specified by:
getRenderedObject in interface NativeWrapper
- Returns:
- the rendered object, or null if the block has not been rendered
yet.