Uses of Interface
org.eclipse.birt.chart.model.data.SeriesDefinition
Packages that use SeriesDefinition
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.
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 classes that represent the core plot rendering framework.
-
Uses of SeriesDefinition in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return SeriesDefinitionMethods in org.eclipse.birt.chart.computation with parameters of type SeriesDefinitionModifier and TypeMethodDescriptionLegendBuilder.compute
(IDisplayServer xs, Chart cm, SeriesDefinition[] seda, RunTimeContext rtc) Computes the size of the legend.static SeriesNameFormat
SeriesNameFormat.getSeriesNameFormat
(SeriesDefinition sd, com.ibm.icu.util.ULocale loc) Deprecated.static SeriesNameFormat
SeriesNameFormat.getSeriesNameFormat
(SeriesDefinition sd, com.ibm.icu.util.ULocale loc, boolean keepHierarchy) Returns default series formatabstract 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) -
Uses of SeriesDefinition in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type SeriesDefinitionModifier and TypeMethodDescriptionPlotWith2DAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) PlotWith3DAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) -
Uses of SeriesDefinition in org.eclipse.birt.chart.computation.withoutaxes
Methods in org.eclipse.birt.chart.computation.withoutaxes with parameters of type SeriesDefinitionModifier and TypeMethodDescriptionPlotWithoutAxes.getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal) -
Uses of SeriesDefinition in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return SeriesDefinitionModifier and TypeMethodDescriptionChart.getSeriesForLegend()
This method returns all series whose captions/markers are to be rendered in the Legend contentMethods in org.eclipse.birt.chart.model that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
ChartWithoutAxes.getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. -
Uses of SeriesDefinition in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
Axis.getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. -
Uses of SeriesDefinition in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
AxisImpl.getSeriesDefinitions()
-
Uses of SeriesDefinition in org.eclipse.birt.chart.model.data
Fields in org.eclipse.birt.chart.model.data declared as SeriesDefinitionMethods in org.eclipse.birt.chart.model.data that return SeriesDefinitionModifier and TypeMethodDescriptionSeriesDefinition.copyInstance()
DataFactory.createSeriesDefinition()
Returns a new object of class 'Series Definition'.Methods in org.eclipse.birt.chart.model.data that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
SeriesDefinition.getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. -
Uses of SeriesDefinition in org.eclipse.birt.chart.model.data.impl
Classes in org.eclipse.birt.chart.model.data.impl that implement SeriesDefinitionModifier and TypeClassDescriptionclass
An implementation of the model object ' Series Definition'.Methods in org.eclipse.birt.chart.model.data.impl that return SeriesDefinitionModifier and TypeMethodDescriptionSeriesDefinitionImpl.copyInstance()
static final SeriesDefinition
SeriesDefinitionImpl.create()
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually writtenstatic final SeriesDefinition
SeriesDefinitionImpl.createDefault()
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually writtenDataFactoryImpl.createSeriesDefinition()
Methods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
SeriesDefinitionImpl.getSeriesDefinitions()
-
Uses of SeriesDefinition in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return SeriesDefinitionMethods in org.eclipse.birt.chart.model.impl that return types with arguments of type SeriesDefinitionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SeriesDefinition>
ChartWithoutAxesImpl.getSeriesDefinitions()
Method parameters in org.eclipse.birt.chart.model.impl with type arguments of type SeriesDefinitionModifier 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 SeriesDefinition in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return SeriesDefinitionMethods in org.eclipse.birt.chart.render with parameters of type SeriesDefinitionModifier 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.
SeriesNameFormat.getSeriesNameFormat(SeriesDefinition, ULocale, boolean)