| 程序包 | 说明 |
|---|---|
| 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.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
| org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Palette |
Palette.copyInstance() |
Palette |
AttributeFactory.createPalette()
Returns a new object of class 'Palette'
|
Palette |
Marker.getIconPalette()
已过时。
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Marker.setIconPalette(Palette value)
已过时。
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PaletteImpl
An implementation of the model object '
Palette'.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Palette |
PaletteImpl.copyInstance()
A convenient method to get an instance copy.
|
static Palette |
PaletteImpl.create(Fill f)
A convenience method provided to create a palette with a single color
entry
NOTE: Manually written
|
static Palette |
PaletteImpl.create(int iIndex,
boolean bEmpty)
A convenience method provided to create an empty or pre-initialized
palette
NOTE: Manually written
|
Palette |
AttributeFactoryImpl.createPalette() |
Palette |
MarkerImpl.getIconPalette() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
MarkerImpl.basicSetIconPalette(Palette newIconPalette,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MarkerImpl.setIconPalette(Palette newIconPalette) |
| 限定符和类型 | 方法和说明 |
|---|---|
Palette |
SeriesDefinition.getSeriesPalette()
Returns the value of the 'Series Palette' containment reference
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SeriesDefinition.setSeriesPalette(Palette value)
Sets the value of the '
Series Palette' containment reference |
| 限定符和类型 | 方法和说明 |
|---|---|
Palette |
SeriesDefinitionImpl.getSeriesPalette() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetSeriesPalette(Palette newSeriesPalette,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesDefinitionImpl.setSeriesPalette(Palette newSeriesPalette) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.