|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServiceProvider
IImageServiceProvider
Method Summary | |
---|---|
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 |
Method Detail |
---|
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.ChartException
org.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.ChartException
java.lang.String getImageAbsoluteURL(org.eclipse.birt.chart.model.attribute.Image image)
image
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |