Uses of Interface
org.eclipse.birt.chart.model.data.SampleData

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.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 SampleData.copyInstance()
           
 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 SampleDataImpl.copyInstance()
           
 SampleData DataFactoryImpl.createSampleData()
           
 

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)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.