Uses of Interface
org.eclipse.birt.chart.model.attribute.Image
Packages that use Image
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
-
Uses of Image in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ImageModifier and TypeMethodDescriptionGObjectFactory.createImage
(String sUrl) IGObjectFactory.createImage
(String sUrl) Methods in org.eclipse.birt.chart.computation with parameters of type Image -
Uses of Image in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return ImageMethods in org.eclipse.birt.chart.event with parameters of type Image -
Uses of Image in org.eclipse.birt.chart.model.attribute
Subinterfaces of Image in org.eclipse.birt.chart.model.attributeModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Embedded Image'.interface
A representation of the model object 'Pattern Image'.Methods in org.eclipse.birt.chart.model.attribute that return ImageModifier and TypeMethodDescriptionImage.copyInstance()
AttributeFactory.createImage()
Returns a new object of class 'Image'.Style.getBackgroundImage()
Returns the value of the 'Background Image' containment reference.Methods in org.eclipse.birt.chart.model.attribute that return types with arguments of type ImageModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Image>
Cursor.getImage()
Returns the value of the 'Image' containment reference list.Methods in org.eclipse.birt.chart.model.attribute with parameters of type ImageModifier and TypeMethodDescriptionvoid
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 ImageModifier and TypeClassDescriptionclass
An implementation of the model object 'Embedded Image'.class
An implementation of the model object ' Image'.class
An implementation of the model object 'Pattern Image'.Methods in org.eclipse.birt.chart.model.attribute.impl that return ImageModifier and TypeMethodDescriptionImageImpl.copyInstance()
A convenient method to get an instance copy.static final Image
A convenient method to create and initialize an EmbeddedImage instance.static final Image
A convenient method to create and initialize an Image instance.static final Image
ImageImpl.create
(String sURL, ImageSourceType source) A convenient method to create and initialize an Image instance.AttributeFactoryImpl.createImage()
StyleImpl.getBackgroundImage()
Methods in org.eclipse.birt.chart.model.attribute.impl that return types with arguments of type ImageMethods in org.eclipse.birt.chart.model.attribute.impl with parameters of type ImageModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
StyleImpl.basicSetBackgroundImage
(Image newBackgroundImage, org.eclipse.emf.common.notify.NotificationChain msgs) static Style
StyleImpl.create
(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding) void
StyleImpl.setBackgroundImage
(Image newBackgroundImage)