|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleData | |
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.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
org.eclipse.birt.chart.model.impl | 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 SampleData | |
SampleData |
Chart.getSampleData()
Returns the value of the 'Sample Data' containment reference. |
Methods in org.eclipse.birt.chart.model with parameters of type SampleData | |
void |
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 SampleData | |
SampleData |
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 SampleData | |
class |
SampleDataImpl
An implementation of the model object 'Sample Data'. |
Methods in org.eclipse.birt.chart.model.data.impl that return SampleData | |
SampleData |
DataFactoryImpl.createSampleData()
|
Uses of SampleData in org.eclipse.birt.chart.model.data.util |
Methods in org.eclipse.birt.chart.model.data.util with parameters of type SampleData | |
java.lang.Object |
DataSwitch.caseSampleData(SampleData object)
Returns the result of interpretting the object as an instance of 'Sample Data'. |
Uses of SampleData in org.eclipse.birt.chart.model.impl |
Methods in org.eclipse.birt.chart.model.impl that return SampleData | |
SampleData |
ChartImpl.getSampleData()
|
Methods in org.eclipse.birt.chart.model.impl with parameters of type SampleData | |
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetSampleData(SampleData newSampleData,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChartImpl.setSampleData(SampleData newSampleData)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |