Uses of Interface
org.eclipse.birt.chart.model.component.Series

Packages that use Series
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. 
org.eclipse.birt.chart.computation.withoutaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package. 
org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. 
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.internal.datafeed   
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.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.util This is a placeholder file for the org.eclipse.birt.chart.model.component.util package. 
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. 
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. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.script   
 

Uses of Series in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type Series
 Label SeriesRenderingHints.getLabelAttributes(Series se)
           
 Label SeriesRenderingHints3D.getLabelAttributes(Series se)
           
 Position SeriesRenderingHints.getLabelPosition(Series se)
           
 Position SeriesRenderingHints3D.getLabelPosition(Series se)
           
abstract  ISeriesRenderingHints PlotWithAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 ISeriesRenderingHints PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 ISeriesRenderingHints PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 StackGroup StackedSeriesLookup.getStackGroup(Series se)
           
 AxisSubUnit StackedSeriesLookup.getUnit(Series se, int iUnitIndex)
          Returns an AxisUnit needed to 'remember' the position of the next stacked bar to be rendered.
 

Uses of Series in org.eclipse.birt.chart.computation.withoutaxes
 

Methods in org.eclipse.birt.chart.computation.withoutaxes with parameters of type Series
 SeriesRenderingHints PlotWithoutAxes.getSeriesRenderingHints(Series seOrthogonal)
           
 

Uses of Series in org.eclipse.birt.chart.datafeed
 

Methods in org.eclipse.birt.chart.datafeed with parameters of type Series
 java.util.List DataSetAdapter.getDataDefinitionsForGrouping(Series series)
           
 java.util.List IDataSetProcessor.getDataDefinitionsForGrouping(Series series)
          Provides a list of data definitions for grouping.
 

Uses of Series in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event with parameters of type Series
static StructureSource StructureSource.createSeries(Series se)
          Creates a Structure Source for type Series.
static StructureSource WrappedStructureSource.createSeriesDataElement(Series se, DataPointHints dph)
          Creates a WrappedStructure Source for type Series Element with a Series parent.
static StructureSource WrappedStructureSource.createSeriesDataPoint(Series se, DataPointHints dph)
          Creates a WrappedStructure Source for type Series DataPoint with a Series parent.
static StructureSource WrappedStructureSource.createSeriesFittingCurve(Series se, CurveFitting cf)
          Creates a WrappedStructure Source for type Series FittingCurve with a Series parent.
static StructureSource WrappedStructureSource.createSeriesMarker(Series se, Marker mk)
          Creates a WrappedStructure Source for type Series Marker with a Series parent.
static StructureSource WrappedStructureSource.createSeriesTitle(Series se, Label title)
          Creates a WrappedStructure Source for type Series Title with a Series parent.
 

Uses of Series in org.eclipse.birt.chart.internal.datafeed
 

Methods in org.eclipse.birt.chart.internal.datafeed with parameters of type Series
static java.lang.String[] DataProcessor.getSeriesTriggerExpressions(Series se, IActionEvaluator iae)
          Returns all valid trigger expressions from series.
 

Uses of Series in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return Series
 Series[] ChartWithoutAxes.getRunTimeSeries()
           
 Series[] ChartWithAxes.getSeries(int iBaseOrOrthogonal)
          This method needs to be called after the chart has been populated with runtime datasets and runtime series have been associated with each of the axes.
 

Uses of Series in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Series
 Series ComponentFactory.createSeries()
          Returns a new object of class 'Series'.
 Series[] Axis.getRuntimeSeries()
           
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Series
 void Series.translateFrom(Series sourceSeries, int iSeriesDefinitionIndex, Chart chart)
          This method should modify the series instance to extract whatever information it can from the series provided...updating the model if necessary.
 

Uses of Series in org.eclipse.birt.chart.model.component.impl
 

Classes in org.eclipse.birt.chart.model.component.impl that implement Series
 class SeriesImpl
          An implementation of the model object ' Series'.
 

Methods in org.eclipse.birt.chart.model.component.impl that return Series
static Series SeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
 Series ComponentFactoryImpl.createSeries()
           
 Series[] AxisImpl.getRuntimeSeries()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Series
 void SeriesImpl.translateFrom(Series sourceSeries, int iSeriesDefinitionIndex, Chart chart)
           
 

Uses of Series in org.eclipse.birt.chart.model.component.util
 

Methods in org.eclipse.birt.chart.model.component.util with parameters of type Series
 java.lang.Object ComponentSwitch.caseSeries(Series object)
          Returns the result of interpreting the object as an instance of 'Series'.
 

Uses of Series in org.eclipse.birt.chart.model.data
 

Methods in org.eclipse.birt.chart.model.data that return Series
 Series SeriesDefinition.getDesignTimeSeries()
           
 

Uses of Series in org.eclipse.birt.chart.model.data.impl
 

Methods in org.eclipse.birt.chart.model.data.impl that return Series
 Series SeriesDefinitionImpl.getDesignTimeSeries()
           
 

Uses of Series in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return Series
 Series[] ChartWithoutAxesImpl.getRunTimeSeries()
           
 Series[] ChartWithAxesImpl.getSeries(int iBaseOrOrthogonal)
          This method needs to be called after the chart has been populated with runtime datasets and runtime series have been associated with each of the series definitions.
 

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

Subinterfaces of Series in org.eclipse.birt.chart.model.type
 interface AreaSeries
          A representation of the model object 'Area Series'.
 interface BarSeries
          A representation of the model object 'Bar Series'.
 interface BubbleSeries
          A representation of the model object 'Bubble Series'.
 interface DialSeries
          A representation of the model object 'Dial Series'.
 interface DifferenceSeries
          A representation of the model object 'Difference Series'.
 interface GanttSeries
          A representation of the model object 'Gantt Series'.
 interface LineSeries
          A representation of the model object 'Line Series'.
 interface PieSeries
          A representation of the model object 'Pie Series'.
 interface ScatterSeries
          A representation of the model object 'Scatter Series'.
 interface StockSeries
          A representation of the model object 'Stock Series'.
 

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

Classes in org.eclipse.birt.chart.model.type.impl that implement Series
 class AreaSeriesImpl
          An implementation of the model object 'Area Series'.
 class BarSeriesImpl
          An implementation of the model object ' Bar Series'.
 class BubbleSeriesImpl
          An implementation of the model object 'Bubble Series'.
 class DialSeriesImpl
          An implementation of the model object 'Dial Series'.
 class DifferenceSeriesImpl
          An implementation of the model object 'Difference Series'.
 class GanttSeriesImpl
          An implementation of the model object 'Gantt Series'.
 class LineSeriesImpl
          An implementation of the model object ' Line Series'.
 class PieSeriesImpl
          An implementation of the model object ' Pie Series'.
 class ScatterSeriesImpl
          An implementation of the model object ' Scatter Series'.
 class StockSeriesImpl
          An implementation of the model object ' Stock Series'.
 

Methods in org.eclipse.birt.chart.model.type.impl that return Series
static Series BarSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series BubbleSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series ScatterSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series StockSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance NOTE: Manually written
static Series LineSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series DifferenceSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series PieSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series AreaSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
static Series DialSeriesImpl.create()
           
static Series GanttSeriesImpl.create()
          A convenience method to create an initialized 'Series' instance
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type Series
 void BarSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void StockSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void LineSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void AreaSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 

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

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

Uses of Series in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render that return Series
 Series BaseRenderer.getSeries()
           
 Series BaseRenderer.getSeries()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type Series
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 void BaseRenderer.set(Chart _cm, java.lang.Object _oComputation, Series _se, SeriesDefinition _sd)
          Sets the context infomation for current renderer.
 void BaseRenderer.set(Chart _cm, java.lang.Object _oComputation, Series _se, SeriesDefinition _sd)
          Sets the context infomation for current renderer.
 void BaseRenderer.updateTranslucency(Fill fill, Series se)
          Updates the tranlucency of the fill according to series setting.
 void BaseRenderer.updateTranslucency(Fill fill, Series se)
          Updates the tranlucency of the fill according to series setting.
 

Uses of Series in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script with parameters of type Series
 void IChartEventHandler.afterDataSetFilled(Series series, DataSet dataSet, IChartScriptContext icsc)
          Called after populating the series dataset.
 void ChartEventHandlerAdapter.afterDataSetFilled(Series series, DataSet dataSet, IChartScriptContext icsc)
           
 void IChartEventHandler.afterDrawSeries(Series series, ISeriesRenderer isr, IChartScriptContext icsc)
          Called after rendering Series.
 void ChartEventHandlerAdapter.afterDrawSeries(Series series, ISeriesRenderer isr, IChartScriptContext icsc)
           
 void IChartEventHandler.afterDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
          Called after rendering the title of a Series .
 void ChartEventHandlerAdapter.afterDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
           
 void IChartEventHandler.beforeDataSetFilled(Series series, IDataSetProcessor idsp, IChartScriptContext icsc)
          Called before populating the series dataset using the DataSetProcessor.
 void ChartEventHandlerAdapter.beforeDataSetFilled(Series series, IDataSetProcessor idsp, IChartScriptContext icsc)
           
 void IChartEventHandler.beforeDrawSeries(Series series, ISeriesRenderer isr, IChartScriptContext icsc)
          Called before rendering Series.
 void ChartEventHandlerAdapter.beforeDrawSeries(Series series, ISeriesRenderer isr, IChartScriptContext icsc)
           
 void IChartEventHandler.beforeDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
          Called before rendering the title of a Series.
 void ChartEventHandlerAdapter.beforeDrawSeriesTitle(Series series, Label label, IChartScriptContext icsc)
           
 



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