public interface IImageServiceProvider
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.swt.graphics.Image |
getEmbeddedImage(java.lang.String fileName)
get embedded image by file name
|
java.util.List<java.lang.String> |
getEmbeddedImageName()
get All available embedded image names in report
|
java.lang.String |
getImageAbsoluteURL(org.eclipse.birt.chart.model.attribute.Image image)
get design time image absolute URL
|
org.eclipse.swt.graphics.Image |
loadImage(java.lang.String fileName)
get resource image by file name
|
java.lang.String |
saveImage(java.lang.String fullPath,
java.lang.String fileName)
save image to report
|
java.util.List<java.lang.String> getEmbeddedImageName()
java.lang.String saveImage(java.lang.String fullPath,
java.lang.String fileName)
throws org.eclipse.birt.chart.exception.ChartException
fullPath - fileName - org.eclipse.birt.chart.exception.ChartExceptionorg.eclipse.swt.graphics.Image getEmbeddedImage(java.lang.String fileName)
fileName - org.eclipse.swt.graphics.Image loadImage(java.lang.String fileName)
throws org.eclipse.birt.chart.exception.ChartException
fileName - org.eclipse.birt.chart.exception.ChartExceptionjava.lang.String getImageAbsoluteURL(org.eclipse.birt.chart.model.attribute.Image image)
image - Copyright © 2005-2008 Actuate Corp. All rights reserved.