Package | Description |
---|---|
org.eclipse.birt.chart.computation.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
ChartWithAxes |
PlotWithAxes.getModel() |
Modifier and Type | Method and Description |
---|---|
static StackedSeriesLookup |
StackedSeriesLookup.create(ChartWithAxes cwa,
RunTimeContext rtc) |
Constructor and Description |
---|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor
|
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc) |
PlotWithAxes(IDisplayServer ids,
RunTimeContext rtc,
ChartWithAxes cwa) |
Modifier and Type | Method and Description |
---|---|
ChartWithAxes |
ChartWithAxes.copyInstance() |
ChartWithAxes |
ModelFactory.createChartWithAxes()
Returns a new object of class 'Chart With Axes'.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartWithAxesImpl
An implementation of the model object '
Chart With Axes'.
|
Modifier and Type | Method and Description |
---|---|
ChartWithAxes |
ChartWithAxesImpl.copyInstance() |
static ChartWithAxes |
ChartWithAxesImpl.create()
A convenience method to create an initialized 'ChartWithAxes' instance
Note: Manually written
|
ChartWithAxes |
ModelFactoryImpl.createChartWithAxes() |
static ChartWithAxes |
ChartWithAxesImpl.createDefault()
A convenience method to create an initialized 'ChartWithAxes' instance
Note: Manually written
|
Constructor and Description |
---|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
double _zeroLocation,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bFillArea,
boolean _bTranslucent,
boolean _bUseLastState,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.