Uses of Interface
org.eclipse.birt.chart.model.component.Series
Packages that use Series
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package.
Provides classes and interfaces that determine how a
user's custom dataset needs to be interpreted.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains classes and interfaces used in the chart building and generation
phase.
Contains the chart model interfaces that define the starting point for creating
a new chart.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
Contains classes that represent the core plot rendering framework.
-
Uses of Series in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return SeriesMethods in org.eclipse.birt.chart.computation with parameters of type SeriesModifier and TypeMethodDescriptionabstract ISeriesRenderingHints
PlotComputation.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) static LegendItemHints
LegendItemHints.newCategoryEntry
(String sItem, SeriesDefinition sed, Series se, int index) static LegendItemHints
LegendItemHints.newEntry
(String sItem, String sValue, SeriesDefinition sed, Series se, int index) static LegendItemHints
LegendItemHints.newMinSliceEntry
(String sItem, SeriesDefinition sed, Series se, int index) void
-
Uses of Series in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return types with arguments of type SeriesMethods in org.eclipse.birt.chart.computation.withaxes with parameters of type SeriesModifier and TypeMethodDescriptionstatic DataSetIterator
PlotWithAxes.checkDataType
(Series se, int iType, RunTimeContext rtc) SeriesRenderingHints.getLabelAttributes
(Series se) SeriesRenderingHints3D.getLabelAttributes
(Series se) SeriesRenderingHints.getLabelPosition
(Series se) SeriesRenderingHints3D.getLabelPosition
(Series se) PlotWith2DAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) PlotWith3DAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) StackedSeriesLookup.getStackGroup
(Series se) 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 SeriesModifier and TypeMethodDescriptionPlotWithoutAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) -
Uses of Series in org.eclipse.birt.chart.datafeed
Methods in org.eclipse.birt.chart.datafeed with parameters of type SeriesModifier and TypeMethodDescriptionDataSetAdapter.getDataDefinitionsForGrouping
(Series series) 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 SeriesModifier and TypeMethodDescriptionstatic 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.factory
Methods in org.eclipse.birt.chart.factory that return types with arguments of type SeriesModifier and TypeMethodDescriptionGeneratedChartState.getRenderers()
Returns a sorted lookup list of all series renderers.RunTimeContext.getSeriesRenderers()
Returns the series renderers for current context.Method parameters in org.eclipse.birt.chart.factory with type arguments of type SeriesModifier and TypeMethodDescriptionvoid
RunTimeContext.setSeriesRenderers
(Map<Series, LegendItemRenderingHints> msr) Sets the series renderers for current context. -
Uses of Series in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return SeriesModifier and TypeMethodDescriptionSeries[]
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 SeriesModifier and TypeMethodDescriptionSeries.copyInstance()
ComponentFactory.createSeries()
Returns a new object of class 'Series'.Series[]
Axis.getRuntimeSeries()
Methods in org.eclipse.birt.chart.model.component with parameters of type SeriesModifier and TypeMethodDescriptionvoid
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 SeriesModifier and TypeClassDescriptionclass
An implementation of the model object ' Series'.Methods in org.eclipse.birt.chart.model.component.impl that return SeriesModifier and TypeMethodDescriptionSeriesImpl.copyInstance()
static Series
SeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic Series
SeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instanceComponentFactoryImpl.createSeries()
final Series[]
AxisImpl.getRuntimeSeries()
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type SeriesModifier and TypeMethodDescriptionvoid
SeriesImpl.translateFrom
(Series sourceSeries, int iSeriesDefinitionIndex, Chart chart) -
Uses of Series in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return SeriesMethods in org.eclipse.birt.chart.model.data that return types with arguments of type SeriesModifier and TypeMethodDescriptionSeriesDefinition.getRunTimeSeries()
org.eclipse.emf.common.util.EList<Series>
SeriesDefinition.getSeries()
Returns the value of the 'Series' containment reference list. -
Uses of Series in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return SeriesMethods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type SeriesModifier and TypeMethodDescriptionSeriesDefinitionImpl.getRunTimeSeries()
org.eclipse.emf.common.util.EList<Series>
SeriesDefinitionImpl.getSeries()
-
Uses of Series in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return SeriesModifier and TypeMethodDescriptionfinal Series[]
ChartWithoutAxesImpl.getRunTimeSeries()
final 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.Method parameters in org.eclipse.birt.chart.model.impl with type arguments of type SeriesModifier and TypeMethodDescriptionfinal void
ChartWithoutAxesImpl.recursivelyGetSeries
(org.eclipse.emf.common.util.EList<SeriesDefinition> elSDs, ArrayList<Series> al, int iLevel, int iLevelToOmit) Walks down the series definition tree and retrieves all runtime series. -
Uses of Series in org.eclipse.birt.chart.model.type
Subinterfaces of Series in org.eclipse.birt.chart.model.typeModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Area Series'.interface
A representation of the model object 'Bar Series'.interface
A representation of the model object 'Bubble Series'.interface
A representation of the model object 'Dial Series'.interface
A representation of the model object 'Difference Series'.interface
A representation of the model object 'Gantt Series'.interface
A representation of the model object 'Line Series'.interface
A representation of the model object 'Pie Series'.interface
A representation of the model object 'Scatter Series'.interface
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 SeriesModifier and TypeClassDescriptionclass
An implementation of the model object 'Area Series'.class
An implementation of the model object ' Bar Series'.class
An implementation of the model object 'Bubble Series'.class
An implementation of the model object 'Dial Series'.class
An implementation of the model object 'Difference Series'.class
An implementation of the model object 'Gantt Series'.class
An implementation of the model object ' Line Series'.class
An implementation of the model object ' Pie Series'.class
An implementation of the model object ' Scatter Series'.class
An implementation of the model object ' Stock Series'.Methods in org.eclipse.birt.chart.model.type.impl that return SeriesModifier and TypeMethodDescriptionstatic Series
AreaSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic final Series
BarSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic final Series
BubbleSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic final Series
DialSeriesImpl.create()
static final Series
DifferenceSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic Series
GanttSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic Series
LineSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic final Series
PieSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic Series
ScatterSeriesImpl.create()
A convenience method to create an initialized 'Series' instancestatic final Series
StockSeriesImpl.create()
A convenience method to create an initialized 'Series' instance NOTE: Manually writtenstatic Series
AreaSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic final Series
BarSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic final Series
BubbleSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic final Series
DialSeriesImpl.createDefault()
static final Series
DifferenceSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic Series
GanttSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic Series
LineSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic final Series
PieSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic Series
ScatterSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instancestatic final Series
StockSeriesImpl.createDefault()
A convenience method to create an initialized 'Series' instance NOTE: Manually writtenMethods in org.eclipse.birt.chart.model.type.impl with parameters of type SeriesModifier and TypeMethodDescriptionvoid
AreaSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
BarSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
LineSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
StockSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) -
Uses of Series in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return SeriesMethods in org.eclipse.birt.chart.render with parameters of type SeriesModifier and TypeMethodDescriptionvoid
AxesRenderer.set
(Chart _cm, PlotComputation _o, Series _se, Axis _ax, SeriesDefinition _sd) void
BaseRenderer.set
(Chart _cm, PlotComputation _oComputation, Series _se, SeriesDefinition _sd) Sets the context information for current renderer.void
BaseRenderer.updateTranslucency
(Fill fill, Series se) Updates the tranlucency of the fill according to series setting.Method parameters in org.eclipse.birt.chart.render with type arguments of type SeriesModifier and TypeMethodDescriptionfinal void
AxesRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Overridden behavior for graphic element series that are plotted along axesvoid
BaseRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Renders all blocks using the appropriate block z-order and the containment hierarchy.void
BaseRenderer.renderLegend
(IPrimitiveRenderer ipr, Legend lg, Map<Series, LegendItemRenderingHints> htRenderers) Renders the legend block based on the legend rendering rules. -
Uses of Series in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type SeriesModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDataSetFilled
(Series series, DataSet dataSet, IChartScriptContext icsc) void
IChartEventHandler.afterDataSetFilled
(Series series, DataSet dataSet, IChartScriptContext icsc) Called after populating the series dataset.void
ChartEventHandlerAdapter.afterDrawSeries
(Series series, ISeriesRenderer isr, IChartScriptContext icsc) void
IChartEventHandler.afterDrawSeries
(Series series, ISeriesRenderer isr, IChartScriptContext icsc) Called after rendering Series.void
ChartEventHandlerAdapter.afterDrawSeriesTitle
(Series series, Label label, IChartScriptContext icsc) void
IChartEventHandler.afterDrawSeriesTitle
(Series series, Label label, IChartScriptContext icsc) Called after rendering the title of a Series .void
ChartEventHandlerAdapter.beforeDataSetFilled
(Series series, IDataSetProcessor idsp, IChartScriptContext icsc) void
IChartEventHandler.beforeDataSetFilled
(Series series, IDataSetProcessor idsp, IChartScriptContext icsc) Called before populating the series dataset using the DataSetProcessor.void
ChartEventHandlerAdapter.beforeDrawSeries
(Series series, ISeriesRenderer isr, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawSeries
(Series series, ISeriesRenderer isr, IChartScriptContext icsc) Called before rendering Series.void
ChartEventHandlerAdapter.beforeDrawSeriesTitle
(Series series, Label label, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawSeriesTitle
(Series series, Label label, IChartScriptContext icsc) Called before rendering the title of a Series.