|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeriesDefinition | |
---|---|
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.computation.withaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. |
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.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.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
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.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of SeriesDefinition in org.eclipse.birt.chart.computation |
---|
Methods in org.eclipse.birt.chart.computation with parameters of type SeriesDefinition | |
---|---|
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend. |
Uses of SeriesDefinition in org.eclipse.birt.chart.computation.withaxes |
---|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type SeriesDefinition | |
---|---|
ISeriesRenderingHints |
PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
ISeriesRenderingHints |
PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
abstract ISeriesRenderingHints |
PlotWithAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
Uses of SeriesDefinition in org.eclipse.birt.chart.internal.datafeed |
---|
Methods in org.eclipse.birt.chart.internal.datafeed with parameters of type SeriesDefinition | |
---|---|
void |
ResultSetWrapper.applyBaseSeriesSortingAndGrouping(SeriesDefinition sdBase,
java.lang.String[] aggregationExp,
java.lang.String[] saExpressionKeys)
Groups rows of data as specified in the grouping criteria for the series definition |
void |
ResultSetWrapper.applyValueSeriesGroupingNSorting(SeriesDefinition sdValue,
java.lang.String[] aggregationExp,
java.lang.String[] saExpressionKeys)
Apply value series grouping and sorting, it only do grouping/sorting, don't do aggregation, aggregation will be done in doing base series grouping/sorting. |
void |
ResultSetWrapper.applyWholeSeriesSortingNGrouping(SeriesDefinition sdBase,
SeriesDefinition sdValue,
java.lang.String[] aggregationExp,
java.lang.String[] saExpressionKeys)
Apply sorting and Grouping of chart. |
void |
ResultSetWrapper.generateGroupBreaks(SeriesDefinition sdValue)
Generate group breaks with current row data. |
java.lang.String |
GroupingLookupHelper.getOrthogonalAggregationExpression(SeriesDefinition orthoSD)
Gets aggregation expressions of orthogonal series definition. |
Uses of SeriesDefinition in org.eclipse.birt.chart.model |
---|
Methods in org.eclipse.birt.chart.model that return SeriesDefinition | |
---|---|
SeriesDefinition[] |
Chart.getSeriesForLegend()
This method returns all series whose captions/markers are to be rendered in the Legend content |
Uses of SeriesDefinition in org.eclipse.birt.chart.model.data |
---|
Fields in org.eclipse.birt.chart.model.data declared as SeriesDefinition | |
---|---|
static SeriesDefinition[] |
SeriesDefinition.EMPTY_ARRAY
|
Methods in org.eclipse.birt.chart.model.data that return SeriesDefinition | |
---|---|
SeriesDefinition |
DataFactory.createSeriesDefinition()
Returns a new object of class 'Series Definition'. |
Uses of SeriesDefinition in org.eclipse.birt.chart.model.data.impl |
---|
Classes in org.eclipse.birt.chart.model.data.impl that implement SeriesDefinition | |
---|---|
class |
SeriesDefinitionImpl
An implementation of the model object ' Series Definition'. |
Methods in org.eclipse.birt.chart.model.data.impl that return SeriesDefinition | |
---|---|
static SeriesDefinition |
SeriesDefinitionImpl.create()
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually written |
SeriesDefinition |
DataFactoryImpl.createSeriesDefinition()
|
Uses of SeriesDefinition in org.eclipse.birt.chart.model.data.util |
---|
Methods in org.eclipse.birt.chart.model.data.util with parameters of type SeriesDefinition | |
---|---|
java.lang.Object |
DataSwitch.caseSeriesDefinition(SeriesDefinition object)
Returns the result of interpretting the object as an instance of 'Series Definition'. |
Uses of SeriesDefinition in org.eclipse.birt.chart.model.impl |
---|
Methods in org.eclipse.birt.chart.model.impl that return SeriesDefinition | |
---|---|
SeriesDefinition[] |
ChartWithAxesImpl.getSeriesForLegend()
|
SeriesDefinition[] |
ChartImpl.getSeriesForLegend()
|
SeriesDefinition[] |
ChartWithoutAxesImpl.getSeriesForLegend()
|
Uses of SeriesDefinition in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render that return SeriesDefinition | |
---|---|
SeriesDefinition |
BaseRenderer.getSeriesDefinition()
|
SeriesDefinition |
BaseRenderer.getSeriesDefinition()
|
Methods in org.eclipse.birt.chart.render with parameters of type SeriesDefinition | |
---|---|
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. |
Uses of SeriesDefinition in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util that return types with arguments of type SeriesDefinition | |
---|---|
static java.util.List<SeriesDefinition> |
ChartUtil.getAllOrthogonalSeriesDefinitions(Chart chart)
Return specified axis definitions or all series definitions. |
static org.eclipse.emf.common.util.EList<SeriesDefinition> |
ChartUtil.getBaseSeriesDefinitions(Chart chart)
Returns all instances of SeriesDefinition on category of
chart. |
Methods in org.eclipse.birt.chart.util with parameters of type SeriesDefinition | |
---|---|
static java.lang.String |
ChartUtil.createValueSeriesRowFullExpression(java.lang.String expr,
SeriesDefinition orthSD,
SeriesDefinition categorySD)
Create row full expression of value series. |
static java.lang.Object[] |
ChartUtil.getAggFunParameters(SeriesDefinition orthSD,
SeriesDefinition baseSD)
Returns value of aggregate function parameters. |
static java.lang.String |
ChartUtil.getAggregateFuncExpr(SeriesDefinition orthSD,
SeriesDefinition baseSD)
Returns aggregation function expression. |
static java.lang.String |
ChartUtil.getAggregateFunctionExpr(SeriesDefinition orthoSD,
java.lang.String strBaseAggExp)
Gets the aggregation function expression |
static java.lang.String |
ChartUtil.getFullAggregateExpression(SeriesDefinition orthoSD,
SeriesDefinition categorySD)
Return full aggregate expression which includes aggregate func and aggregate parameters. |
static java.lang.String |
ChartUtil.getValueSeriesFullExpression(java.lang.String valueExpr,
SeriesDefinition orthoSD,
SeriesDefinition categorySD)
Returns full expression of value series. |
static java.lang.String |
ChartUtil.getValueSeriesRowFullExpression(java.lang.String valueExpr,
SeriesDefinition orthoSD,
SeriesDefinition categorySD)
Returns row full expression of value series. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |