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

Packages that use GanttSeries
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 GanttSeries in org.eclipse.birt.chart.model.type
 

Methods in org.eclipse.birt.chart.model.type that return GanttSeries
 GanttSeries TypeFactory.createGanttSeries()
          Returns a new object of class 'Gantt Series'.
 

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

Classes in org.eclipse.birt.chart.model.type.impl that implement GanttSeries
 class GanttSeriesImpl
          An implementation of the model object 'Gantt Series'.
 

Methods in org.eclipse.birt.chart.model.type.impl that return GanttSeries
 GanttSeries TypeFactoryImpl.createGanttSeries()
           
 

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

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



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