|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseSampleData | |
---|---|
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. |
Uses of BaseSampleData in org.eclipse.birt.chart.model.data |
---|
Methods in org.eclipse.birt.chart.model.data that return BaseSampleData | |
---|---|
BaseSampleData |
BaseSampleData.copyInstance()
A convenient method to get an instance copy. |
BaseSampleData |
DataFactory.createBaseSampleData()
Returns a new object of class 'Base Sample Data'. |
Methods in org.eclipse.birt.chart.model.data that return types with arguments of type BaseSampleData | |
---|---|
org.eclipse.emf.common.util.EList<BaseSampleData> |
SampleData.getAncillarySampleData()
Returns the value of the 'Ancillary Sample Data' containment reference list. |
org.eclipse.emf.common.util.EList<BaseSampleData> |
SampleData.getBaseSampleData()
Returns the value of the 'Base Sample Data' containment reference list. |
Uses of BaseSampleData in org.eclipse.birt.chart.model.data.impl |
---|
Classes in org.eclipse.birt.chart.model.data.impl that implement BaseSampleData | |
---|---|
class |
BaseSampleDataImpl
An implementation of the model object ' Base Sample Data'. |
Methods in org.eclipse.birt.chart.model.data.impl that return BaseSampleData | |
---|---|
BaseSampleData |
BaseSampleDataImpl.copyInstance()
A convenient method to get an instance copy. |
static BaseSampleData |
BaseSampleDataImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
BaseSampleData |
DataFactoryImpl.createBaseSampleData()
|
Methods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type BaseSampleData | |
---|---|
org.eclipse.emf.common.util.EList<BaseSampleData> |
SampleDataImpl.getAncillarySampleData()
|
org.eclipse.emf.common.util.EList<BaseSampleData> |
SampleDataImpl.getBaseSampleData()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |