Uses of Interface
org.eclipse.birt.chart.model.data.SampleData
Packages that use SampleData
Package
Description
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
-
Uses of SampleData in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return SampleDataModifier and TypeMethodDescriptionChart.getSampleData()
Returns the value of the 'Sample Data' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type SampleDataModifier and TypeMethodDescriptionvoid
Chart.setSampleData
(SampleData value) Sets the value of the 'Sample Data
' containment reference. -
Uses of SampleData in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return SampleDataModifier and TypeMethodDescriptionSampleData.copyInstance()
DataFactory.createSampleData()
Returns a new object of class 'Sample Data'. -
Uses of SampleData in org.eclipse.birt.chart.model.data.impl
Classes in org.eclipse.birt.chart.model.data.impl that implement SampleDataModifier and TypeClassDescriptionclass
An implementation of the model object 'Sample Data'.Methods in org.eclipse.birt.chart.model.data.impl that return SampleDataModifier and TypeMethodDescriptionSampleDataImpl.copyInstance()
DataFactoryImpl.createSampleData()
-
Uses of SampleData in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return SampleDataMethods in org.eclipse.birt.chart.model.impl with parameters of type SampleDataModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ChartImpl.basicSetSampleData
(SampleData newSampleData, org.eclipse.emf.common.notify.NotificationChain msgs) void
ChartImpl.setSampleData
(SampleData newSampleData)