Package | Description |
---|---|
org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
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.
|
org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
Modifier and Type | Method and Description |
---|---|
SampleData |
Chart.getSampleData()
Returns the value of the 'Sample Data' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setSampleData(SampleData value)
Sets the value of the '
Sample Data ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SampleData |
SampleData.copyInstance() |
SampleData |
DataFactory.createSampleData()
Returns a new object of class 'Sample Data'.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleDataImpl
An implementation of the model object 'Sample Data'.
|
Modifier and Type | Method and Description |
---|---|
SampleData |
SampleDataImpl.copyInstance() |
SampleData |
DataFactoryImpl.createSampleData() |
Modifier and Type | Method and Description |
---|---|
SampleData |
ChartImpl.getSampleData() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetSampleData(SampleData newSampleData,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartImpl.setSampleData(SampleData newSampleData) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.