Uses of Interface
org.eclipse.birt.chart.model.type.ScatterSeries

Packages that use ScatterSeries
org.eclipse.birt.chart.model.type Contains a default out-of-the-box set of series type interfaces that are associated with all charts. 
org.eclipse.birt.chart.model.type.impl Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. 
org.eclipse.birt.chart.model.type.util This is a placeholder file for the org.eclipse.birt.chart.model.type.util package. 
 

Uses of ScatterSeries in org.eclipse.birt.chart.model.type
 

Subinterfaces of ScatterSeries in org.eclipse.birt.chart.model.type
 interface BubbleSeries
           A representation of the model object 'Bubble Series'.
 

Methods in org.eclipse.birt.chart.model.type that return ScatterSeries
 ScatterSeries TypeFactory.createScatterSeries()
          Returns a new object of class 'Scatter Series'.
 

Uses of ScatterSeries in org.eclipse.birt.chart.model.type.impl
 

Classes in org.eclipse.birt.chart.model.type.impl that implement ScatterSeries
 class BubbleSeriesImpl
           An implementation of the model object 'Bubble Series'.
 class ScatterSeriesImpl
           An implementation of the model object ' Scatter Series'.
 

Methods in org.eclipse.birt.chart.model.type.impl that return ScatterSeries
 ScatterSeries TypeFactoryImpl.createScatterSeries()
           
 

Uses of ScatterSeries in org.eclipse.birt.chart.model.type.util
 

Methods in org.eclipse.birt.chart.model.type.util with parameters of type ScatterSeries
 java.lang.Object TypeSwitch.caseScatterSeries(ScatterSeries object)
          Returns the result of interpretting the object as an instance of 'Scatter Series'.
 



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