| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Image |
IGObjectFactory.copyOf(Image src) |
Image |
GObjectFactory.copyOf(Image src) |
Image |
IGObjectFactory.createImage(java.lang.String sUrl) |
Image |
GObjectFactory.createImage(java.lang.String sUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
Image |
IGObjectFactory.copyOf(Image src) |
Image |
GObjectFactory.copyOf(Image src) |
| 限定符和类型 | 方法和说明 |
|---|---|
Image |
ImageRenderEvent.getImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImageRenderEvent.setImage(Image img)
Sets the content of the image.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
EmbeddedImage
A representation of the model object 'Embedded Image'
|
interface |
PatternImage
A representation of the model object 'Pattern Image'
|
| 限定符和类型 | 方法和说明 |
|---|---|
Image |
Image.copyInstance() |
Image |
AttributeFactory.createImage()
Returns a new object of class 'Image'
|
Image |
Style.getBackgroundImage()
Returns the value of the 'Background Image' containment reference
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.util.EList<Image> |
Cursor.getImage()
Returns the value of the 'Image' containment reference list.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Style.setBackgroundImage(Image value)
Sets the value of the '
Background Image' containment reference |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmbeddedImageImpl
An implementation of the model object 'Embedded Image'
|
class |
ImageImpl
An implementation of the model object '
Image'.
|
class |
PatternImageImpl
An implementation of the model object 'Pattern Image'
|
| 限定符和类型 | 方法和说明 |
|---|---|
Image |
ImageImpl.copyInstance()
A convenient method to get an instance copy.
|
static Image |
ImageImpl.create(java.lang.String sURL)
A convenient method to create and initialize an Image instance.
|
static Image |
ImageImpl.create(java.lang.String sURL,
ImageSourceType source)
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 |
AttributeFactoryImpl.createImage() |
Image |
StyleImpl.getBackgroundImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.util.EList<Image> |
CursorImpl.getImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.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) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.