Package | Description |
---|---|
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.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.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
DataPointHints |
DataPointHints.getVirtualCopy()
Returns a copy of current DataPointHints object, which is virtual.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDataSetHints.next(DataPointHints dph)
Next all associated datasetiterators and update the datapointhints
object.
|
Modifier and Type | Method and Description |
---|---|
DataPointHints[] |
SeriesRenderingHints3D.getDataPoints() |
DataPointHints[] |
SeriesRenderingHints.getDataPoints() |
Constructor and Description |
---|
SeriesRenderingHints(PlotWith2DAxes _pwa,
double _dAxisLocation,
double _dPlotBaseLocation,
double _dZeroLocation,
double _dSeriesThickness,
AxisTickCoordinates _daTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
StackedSeriesLookup _ssl,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal) |
SeriesRenderingHints3D(PlotWith3DAxes _pwa,
double _dXAxisLocation,
double _dZAxisLocation,
double _dPlotBaseLocation,
double _dPlotZeroLocation,
double _dPlotHeight,
AxisTickCoordinates _daXTickCoordinates,
AxisTickCoordinates _daZTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
AutoScale _scAncillary,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal,
DataSetIterator _dsiAncillary) |
Modifier and Type | Method and Description |
---|---|
DataPointHints[] |
SeriesRenderingHints.getDataPoints() |
Modifier and Type | Method and Description |
---|---|
static StructureSource |
WrappedStructureSource.createSeriesDataElement(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series Element with a Series
parent.
|
static StructureSource |
WrappedStructureSource.createSeriesDataPoint(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series DataPoint with a Series
parent.
|
Modifier and Type | Method and Description |
---|---|
DataPointHints[] |
ISeriesRenderingHints.getDataPoints() |
DataPointHints[] |
ISeriesRenderingHints.getDataPoints() |
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called after drawing each datapoint graphical representation or marker.
|
void |
ChartEventHandlerAdapter.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called after rendering the label for each datapoint.
|
void |
ChartEventHandlerAdapter.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called after drawing each marker.
|
void |
ChartEventHandlerAdapter.afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called before drawing each datapoint graphical representation or marker.
|
void |
ChartEventHandlerAdapter.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called before rendering the label for each datapoint.
|
void |
ChartEventHandlerAdapter.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called before drawing each marker.
|
void |
ChartEventHandlerAdapter.beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.