Uses of Interface
org.eclipse.birt.chart.model.data.BaseSampleData
Packages that use BaseSampleData
Package
Description
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
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 BaseSampleDataModifier and TypeMethodDescriptionBaseSampleData.copyInstance()
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 BaseSampleDataModifier and TypeMethodDescriptionorg.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 BaseSampleDataModifier and TypeClassDescriptionclass
An implementation of the model object ' Base Sample Data'.Methods in org.eclipse.birt.chart.model.data.impl that return BaseSampleDataModifier and TypeMethodDescriptionBaseSampleDataImpl.copyInstance()
DataFactoryImpl.createBaseSampleData()
Methods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type BaseSampleDataModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BaseSampleData>
SampleDataImpl.getAncillarySampleData()
org.eclipse.emf.common.util.EList<BaseSampleData>
SampleDataImpl.getBaseSampleData()