|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeriesDefinition | |
---|---|
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.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.render | Contains classes that represent the core plot rendering framework. |
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 |
Methods in org.eclipse.birt.chart.model that return types with arguments of type SeriesDefinition | |
---|---|
org.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 SeriesDefinition | |
---|---|
org.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 SeriesDefinition | |
---|---|
org.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 SeriesDefinition | |
---|---|
static SeriesDefinition[] |
SeriesDefinition.EMPTY_ARRAY
|
Methods in org.eclipse.birt.chart.model.data that return SeriesDefinition | |
---|---|
SeriesDefinition |
SeriesDefinition.copyInstance()
A convenient method to get an instance copy. |
SeriesDefinition |
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 SeriesDefinition | |
---|---|
org.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 SeriesDefinition | |
---|---|
class |
SeriesDefinitionImpl
An implementation of the model object ' Series Definition'. |
Methods in org.eclipse.birt.chart.model.data.impl that return SeriesDefinition | |
---|---|
SeriesDefinition |
SeriesDefinitionImpl.copyInstance()
A convenient method to get an instance copy. |
static SeriesDefinition |
SeriesDefinitionImpl.create()
A convenience method provided to create a series definition instance and initialize its member variables NOTE: Manually written |
static SeriesDefinition |
SeriesDefinitionImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
SeriesDefinition |
DataFactoryImpl.createSeriesDefinition()
|
Methods in org.eclipse.birt.chart.model.data.impl that return types with arguments of type SeriesDefinition | |
---|---|
org.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 SeriesDefinition | |
---|---|
SeriesDefinition[] |
ChartImpl.getSeriesForLegend()
|
SeriesDefinition[] |
ChartWithAxesImpl.getSeriesForLegend()
|
SeriesDefinition[] |
ChartWithoutAxesImpl.getSeriesForLegend()
|
Methods in org.eclipse.birt.chart.model.impl that return types with arguments of type SeriesDefinition | |
---|---|
org.eclipse.emf.common.util.EList<SeriesDefinition> |
ChartWithoutAxesImpl.getSeriesDefinitions()
|
Uses of SeriesDefinition in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render that return SeriesDefinition | |
---|---|
SeriesDefinition |
BaseRenderer.getSeriesDefinition()
|
Methods in org.eclipse.birt.chart.render with parameters of type SeriesDefinition | |
---|---|
void |
AxesRenderer.set(Chart _cm,
org.eclipse.birt.chart.computation.PlotComputation _o,
Series _se,
Axis _ax,
SeriesDefinition _sd)
|
void |
BaseRenderer.set(Chart _cm,
org.eclipse.birt.chart.computation.PlotComputation _oComputation,
Series _se,
SeriesDefinition _sd)
Sets the context information for current renderer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |