Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Palette |
Palette.copyInstance() |
Palette |
AttributeFactory.createPalette()
Returns a new object of class 'Palette'.
|
Palette |
Marker.getIconPalette()
Deprecated.
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
Modifier and Type | Method and Description |
---|---|
void |
Marker.setIconPalette(Palette value)
Deprecated.
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
Modifier and Type | Class and Description |
---|---|
class |
PaletteImpl
An implementation of the model object '
Palette'.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MarkerImpl.basicSetIconPalette(Palette newIconPalette,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MarkerImpl.setIconPalette(Palette newIconPalette) |
Modifier and Type | Method and Description |
---|---|
Palette |
SeriesDefinition.getSeriesPalette()
Returns the value of the 'Series Palette' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesDefinition.setSeriesPalette(Palette value)
Sets the value of the '
Series Palette ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Palette |
SeriesDefinitionImpl.getSeriesPalette() |
Modifier and Type | Method and Description |
---|---|
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.