|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an interface to communicate info about an image to image handler
Field Summary | |
static int |
CUSTOM_IMAGE
|
static int |
DESIGN_IMAGE
|
static int |
FILE_IMAGE
|
static int |
INVALID_IMAGE
|
static int |
REPORTDOC_IMAGE
|
static int |
URL_IMAGE
|
Method Summary | |
java.lang.String |
getExtension()
return the image postfix, such as jpg, png |
java.lang.String |
getID()
returns an identifier for the image |
byte[] |
getImageData()
returns binary image data. |
java.lang.String |
getImageMap()
The image map is used in HTML output. |
java.io.InputStream |
getImageStream()
returns an input stream where the mage can be read |
java.lang.String |
getMimeType()
|
int |
getSource()
returns the source type of the image. |
void |
writeImage(java.io.File dest)
write the image to a destination file |
Methods inherited from interface org.eclipse.birt.report.engine.api.IReportPart |
getRenderOption, getReportRunnable |
Field Detail |
public static final int DESIGN_IMAGE
public static final int REPORTDOC_IMAGE
public static final int URL_IMAGE
public static final int FILE_IMAGE
public static final int CUSTOM_IMAGE
public static final int INVALID_IMAGE
Method Detail |
public java.lang.String getID()
public int getSource()
public byte[] getImageData() throws java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
public java.io.InputStream getImageStream()
public void writeImage(java.io.File dest) throws java.io.IOException
dest
- destination file to write the image to
java.io.IOException
public java.lang.String getExtension()
public java.lang.String getMimeType()
public java.lang.String getImageMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |