Uses of Class
org.eclipse.birt.report.engine.api.ImageSize
-
Packages that use ImageSize Package Description org.eclipse.birt.report.engine.api This is an application-writer's interface for using the BIRT report engine. -
-
Uses of ImageSize in org.eclipse.birt.report.engine.api
Methods in org.eclipse.birt.report.engine.api that return ImageSize Modifier and Type Method Description ImageSize
CachedImage. getImageSize()
get the image sizeImageSize
IImage. getImageSize()
Methods in org.eclipse.birt.report.engine.api with parameters of type ImageSize Modifier and Type Method Description void
CachedImage. setImageSize(ImageSize size)
set the image size
-