Uses of Class
org.eclipse.birt.report.engine.api.ImageSize
Packages that use ImageSize
Package
Description
This is an application-writer's interface for using the BIRT report engine.
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
-
Uses of ImageSize in org.eclipse.birt.report.engine.api
Methods in org.eclipse.birt.report.engine.api that return ImageSizeModifier and TypeMethodDescriptionIImage.getImageRawSize()
CachedImage.getImageSize()
get the image sizeIImage.getImageSize()
Methods in org.eclipse.birt.report.engine.api with parameters of type ImageSizeModifier and TypeMethodDescriptionvoid
IImage.setImageRawSize
(ImageSize rawSize) void
CachedImage.setImageSize
(ImageSize size) set the image size -
Uses of ImageSize in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return ImageSizeModifier and TypeMethodDescriptionIImageContent.getImageCalculatedSize()
Get the calculated image sizeIImageContent.getImageRawSize()
Get the image raw sizeMethods in org.eclipse.birt.report.engine.content with parameters of type ImageSizeModifier and TypeMethodDescriptionvoid
IImageContent.setImageCalculatedSize
(ImageSize imageCalcSize) Set the calculated image sizevoid
IImageContent.setImageRawSize
(ImageSize imageRawSize) Set the image raw size