|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
org.eclipse.birt.chart.style |
Uses of Image in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event that return Image | |
Image |
ImageRenderEvent.getImage()
|
Methods in org.eclipse.birt.chart.event with parameters of type Image | |
void |
ImageRenderEvent.setImage(Image img)
Sets the content of the image. |
Uses of Image in org.eclipse.birt.chart.model.attribute |
Subinterfaces of Image in org.eclipse.birt.chart.model.attribute | |
interface |
EmbeddedImage
A representation of the model object 'Embedded Image'. |
Methods in org.eclipse.birt.chart.model.attribute that return Image | |
Image |
AttributeFactory.createImage()
Returns a new object of class 'Image'. |
Image |
Style.getBackgroundImage()
Returns the value of the 'Background Image' containment reference. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type Image | |
void |
Style.setBackgroundImage(Image value)
Sets the value of the ' Background Image ' containment reference. |
Uses of Image in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Image | |
class |
EmbeddedImageImpl
An implementation of the model object 'Embedded Image'. |
class |
ImageImpl
An implementation of the model object ' Image'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Image | |
static Image |
ImageImpl.create(java.lang.String sURL)
A convenient method to create and initialize an Image instance. |
static Image |
EmbeddedImageImpl.create(java.lang.String sURL,
java.lang.String sData)
A convenient method to create and initialize an EmbeddedImage instance. |
Image |
StyleImpl.getBackgroundImage()
|
Image |
AttributeFactoryImpl.createImage()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Image | |
org.eclipse.emf.common.notify.NotificationChain |
StyleImpl.basicSetBackgroundImage(Image newBackgroundImage,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
StyleImpl.setBackgroundImage(Image newBackgroundImage)
|
static Style |
StyleImpl.create(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding)
|
Uses of Image in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Image | |
java.lang.Object |
AttributeSwitch.caseImage(Image object)
Returns the result of interpretting the object as an instance of 'Image'. |
boolean |
AttributeValidator.validateImage(Image image,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of Image in org.eclipse.birt.chart.style |
Methods in org.eclipse.birt.chart.style that return Image | |
Image |
IStyle.getBackgroundImage()
Returns the background image of current style. |
Image |
SimpleStyle.getBackgroundImage()
|
Methods in org.eclipse.birt.chart.style with parameters of type Image | |
void |
SimpleStyle.setBackgroundImage(Image backimage)
Sets the background image of current style. |
Constructors in org.eclipse.birt.chart.style with parameters of type Image | |
SimpleStyle(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding)
The constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |