Package | Description |
---|---|
org.eclipse.birt.chart.model.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AreaSeries
A representation of the model object 'Area Series'.
|
interface |
BubbleSeries
A representation of the model object 'Bubble Series'.
|
interface |
DifferenceSeries
A representation of the model object 'Difference Series'.
|
interface |
ScatterSeries
A representation of the model object 'Scatter Series'.
|
Modifier and Type | Method and Description |
---|---|
LineSeries |
LineSeries.copyInstance() |
LineSeries |
TypeFactory.createLineSeries()
Returns a new object of class 'Line Series'.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaSeriesImpl
An implementation of the model object 'Area Series'.
|
class |
BubbleSeriesImpl
An implementation of the model object 'Bubble Series'.
|
class |
DifferenceSeriesImpl
An implementation of the model object 'Difference Series'.
|
class |
LineSeriesImpl
An implementation of the model object '
Line Series'.
|
class |
ScatterSeriesImpl
An implementation of the model object '
Scatter Series'.
|
Modifier and Type | Method and Description |
---|---|
LineSeries |
LineSeriesImpl.copyInstance() |
LineSeries |
TypeFactoryImpl.createLineSeries() |
Copyright © 2005-2008 Actuate Corp. All rights reserved.