Uses of Interface
org.eclipse.birt.report.engine.content.IImageContent
Packages that use IImageContent
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
Defines the interfaces of report emitters, and also provides serval general
classes for emitters to output XML document, process hyperline, etc.
-
Uses of IImageContent in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return IImageContentModifier and TypeMethodDescriptionIReportContent.createImageContent()
create the image content.IReportContent.createImageContent
(IContent content) create the image content, copy the properties from the template content.IPageContent.getWaterMark()
Get the watermarkMethods in org.eclipse.birt.report.engine.content with parameters of type IImageContentModifier and TypeMethodDescriptionIContentVisitor.visitImage
(IImageContent image, Object value) visit image content -
Uses of IImageContent in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter with parameters of type IImageContentModifier and TypeMethodDescriptionvoid
IContentEmitter.startImage
(IImageContent image) Start imageConstructors in org.eclipse.birt.report.engine.emitter with parameters of type IImageContentModifierConstructorDescriptionImageReader
(IImageContent content, String supportedImageFormats) Constructor