|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
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 | |
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. |
Position |
SeriesRenderingHints3D.getLabelPosition(Series se)
|
Label |
SeriesRenderingHints3D.getLabelAttributes(Series se)
|
Position |
SeriesRenderingHints.getLabelPosition(Series se)
|
Label |
SeriesRenderingHints.getLabelAttributes(Series se)
|
abstract ISeriesRenderingHints |
PlotWithAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
ISeriesRenderingHints |
PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
ISeriesRenderingHints |
PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
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.event |
Methods in org.eclipse.birt.chart.event with parameters of type Series | |
static StructureSource |
WrappedStructureSource.createSeriesDataPoint(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series DataPoint with a Series parent. |
static StructureSource |
WrappedStructureSource.createSeriesDataElement(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series Element with a Series parent. |
static StructureSource |
WrappedStructureSource.createSeriesTitle(Series se,
Label title)
Creates a WrappedStructure Source for type Series Title 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.createSeriesFittingCurve(Series se,
CurveFitting cf)
Creates a WrappedStructure Source for type Series FittingCurve with a Series parent. |
static StructureSource |
StructureSource.createSeries(Series se)
Creates a Structure Source for type 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 |
Fields in org.eclipse.birt.chart.model.component declared as Series | |
static Series[] |
Series.EMPTY_ARRAY
|
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 interpretting 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 |
DialSeries
A representation of the model object 'Dial 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 |
DialSeriesImpl
An implementation of the model object 'Dial 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 |
StockSeriesImpl.create()
A convenience method to create an initialized 'Series' instance NOTE: Manually written |
static Series |
ScatterSeriesImpl.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 |
LineSeriesImpl.create()
A convenience method to create an initialized 'Series' instance |
static Series |
DialSeriesImpl.create()
|
static Series |
BarSeriesImpl.create()
A convenience method to create an initialized 'Series' instance |
static Series |
AreaSeriesImpl.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 |
StockSeriesImpl.translateFrom(Series series,
int iSeriesDefinitionIndex,
Chart chart)
|
void |
LineSeriesImpl.translateFrom(Series series,
int iSeriesDefinitionIndex,
Chart chart)
|
void |
BarSeriesImpl.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 |
IModelAccess.getSeries()
|
Series |
BaseRenderer.getSeries()
|
Methods in org.eclipse.birt.chart.render with parameters of type Series | |
void |
BaseRenderer.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 |
IModelAccess.set(Chart _cm,
java.lang.Object _o,
Series _se,
Axis _ax)
This method is internally invoked on to set the references to each of the model elements |
void |
BaseRenderer.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)
|
Uses of Series in org.eclipse.birt.chart.script |
Methods in org.eclipse.birt.chart.script with parameters of type Series | |
void |
IChartEventHandler.beforeDataSetFilled(Series series,
IDataSetProcessor idsp,
IChartScriptContext icsc)
Called before populating the series dataset using the DataSetProcessor. |
void |
IChartEventHandler.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
Called after populating the series dataset. |
void |
IChartEventHandler.beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called before rendering Series. |
void |
IChartEventHandler.afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called after rendering Series. |
void |
IChartEventHandler.beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called before rendering the title of a Series. |
void |
IChartEventHandler.afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called after rendering the title of a Series . |
void |
ChartEventHandlerAdapter.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.beforeDataSetFilled(Series series,
IDataSetProcessor idsp,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |