|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getAltText()
Get the alt text |
java.lang.String |
getAltTextKey()
Get the alt text |
byte[] |
getData()
Returns the data for a named image |
java.lang.String |
getImageName()
Get the image name |
int |
getImageSource()
Returns the type of image source Can be one of the following: org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_URI org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_NAME org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_EXPRESSION org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_FILE |
java.lang.String |
getMimeType()
Get the MIME Type |
java.lang.String |
getURI()
Get the image URI |
void |
setAltText(java.lang.String altText)
Set the alt text |
void |
setAltTextKey(java.lang.String altTextKey)
Set the alt text |
void |
setData(byte[] data)
Set the data for a named image |
void |
setImageName(java.lang.String imageName)
Set the image name |
void |
setImageSource(int source)
Set the image source Can be one of the following: org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_URI org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_NAME org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_EXPRESSION org.eclipse.birt.report.engine.ir.ImageItemDesign.IMAGE_FILE |
void |
setMimeType(java.lang.String type)
Set the MIME Type |
void |
setURI(java.lang.String uri)
Set the image URI |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportItemInstance |
getHelpText, getHyperlink, getName, setHelpText, setName |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance |
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth |
Method Detail |
public java.lang.String getAltText()
public void setAltText(java.lang.String altText)
altText
- public java.lang.String getAltTextKey()
public void setAltTextKey(java.lang.String altTextKey)
public java.lang.String getURI()
public void setURI(java.lang.String uri)
public int getImageSource()
public void setImageSource(int source)
public java.lang.String getImageName()
public void setImageName(java.lang.String imageName)
public byte[] getData()
public void setData(byte[] data)
public java.lang.String getMimeType()
public void setMimeType(java.lang.String type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |