|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPointHints | |
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 |
Uses of DataPointHints in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation that return DataPointHints | |
DataPointHints |
DataPointHints.getCopy()
Returns a copy of current DataPointHints object. |
Methods in org.eclipse.birt.chart.computation with parameters of type DataPointHints | |
void |
UserDataSetHints.next(DataPointHints dph)
Next all associated datasetiterators and update the datapointhints object. |
Uses of DataPointHints in org.eclipse.birt.chart.computation.withaxes |
Methods in org.eclipse.birt.chart.computation.withaxes that return DataPointHints | |
DataPointHints[] |
SeriesRenderingHints3D.getDataPoints()
|
DataPointHints[] |
SeriesRenderingHints.getDataPoints()
|
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type DataPointHints | |
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)
|
|
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)
|
Uses of DataPointHints in org.eclipse.birt.chart.computation.withoutaxes |
Methods in org.eclipse.birt.chart.computation.withoutaxes that return DataPointHints | |
DataPointHints[] |
SeriesRenderingHints.getDataPoints()
|
Uses of DataPointHints in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event with parameters of type DataPointHints | |
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. |
Uses of DataPointHints in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render that return DataPointHints | |
DataPointHints[] |
ISeriesRenderingHints.getDataPoints()
|
DataPointHints[] |
ISeriesRenderingHints.getDataPoints()
|
Uses of DataPointHints in org.eclipse.birt.chart.script |
Methods in org.eclipse.birt.chart.script with parameters of type DataPointHints | |
void |
ChartEventHandlerAdapter.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
|
void |
ChartEventHandlerAdapter.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
|
void |
IChartEventHandler.beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called before drawing each datapoint graphical representation or marker. |
void |
IChartEventHandler.afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called after drawing each datapoint graphical representation or marker. |
void |
IChartEventHandler.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called before rendering the label for each datapoint. |
void |
IChartEventHandler.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called after rendering the label for each datapoint. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |