|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.chart.script.ChartEventHandlerAdapter
public class ChartEventHandlerAdapter
An adapter (empty implementation of IChartEventHandler) makes the interface easier for the user. This is required to provide backward compatibility when new methods are added to the interface in future versions.
| Constructor Summary | |
|---|---|
ChartEventHandlerAdapter()
|
|
| Method Summary | |
|---|---|
void |
afterComputations(Chart cm,
PlotComputation oComputations)
Called after computations of chart model. |
void |
afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
Called after populating the series dataset. |
void |
afterDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
Called after rendering each label on a given Axis. |
void |
afterDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
Called after rendering the Title of an Axis. |
void |
afterDrawBlock(Block block,
IChartScriptContext icsc)
Called after drawing each block. |
void |
afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called after drawing each datapoint graphical representation or marker. |
void |
afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called after rendering the label for each datapoint. |
void |
afterDrawFittingCurve(CurveFitting cf,
IChartScriptContext icsc)
Called after rendering curve fitting. |
void |
afterDrawLegendEntry(Label label,
IChartScriptContext icsc)
Called after drawing each entry in the legend. |
void |
afterDrawLegendItem(LegendEntryRenderingHints lerh,
Bounds bo,
IChartScriptContext icsc)
Called after drawing the legend item. |
void |
afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called after drawing each marker. |
void |
afterDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
Called after drawing each marker line in an Axis. |
void |
afterDrawMarkerRange(Axis axis,
MarkerRange mRange,
IChartScriptContext icsc)
Called after drawing each marker range in an Axis. |
void |
afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called after rendering Series. |
void |
afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called after rendering the title of a Series . |
void |
afterGeneration(GeneratedChartState gcs,
IChartScriptContext icsc)
Called after generation of chart model to GeneratedChartState. |
void |
afterRendering(GeneratedChartState gcs,
IChartScriptContext icsc)
Called after the chart is rendered. |
void |
beforeComputations(Chart cm,
PlotComputation oComputations)
Called before computations of chart model. |
void |
beforeDataSetFilled(Series series,
IDataSetProcessor idsp,
IChartScriptContext icsc)
Called before populating the series dataset using the DataSetProcessor. |
void |
beforeDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
Called before rendering each label on a given Axis. |
void |
beforeDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
Called before rendering the Title of an Axis. |
void |
beforeDrawBlock(Block block,
IChartScriptContext icsc)
Called before drawing each block. |
void |
beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
Called before drawing each datapoint graphical representation or marker. |
void |
beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called before rendering the label for each datapoint. |
void |
beforeDrawFittingCurve(CurveFitting cf,
IChartScriptContext icsc)
Called before rendering curve fitting. |
void |
beforeDrawLegendEntry(Label label,
IChartScriptContext icsc)
Called before drawing each entry in the legend. |
void |
beforeDrawLegendItem(LegendEntryRenderingHints lerh,
Bounds bo,
IChartScriptContext icsc)
Called before drawing the legend item. |
void |
beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
Called before drawing each marker. |
void |
beforeDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
Called before drawing each marker line in an Axis. |
void |
beforeDrawMarkerRange(Axis axis,
MarkerRange mRange,
IChartScriptContext icsc)
Called before drawing each marker range in an Axis. |
void |
beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called before rendering Series. |
void |
beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called before rendering the title of a Series. |
void |
beforeGeneration(Chart cm,
IChartScriptContext icsc)
Called before generation of chart model to GeneratedChartState. |
void |
beforeRendering(GeneratedChartState gcs,
IChartScriptContext icsc)
Called before the chart is rendered. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartEventHandlerAdapter()
| Method Detail |
|---|
public void afterDrawLegendItem(LegendEntryRenderingHints lerh,
Bounds bo,
IChartScriptContext icsc)
IChartEventHandler
afterDrawLegendItem in interface IChartEventHandlerlerh - LegendEntryRenderingHintsbo - Boundsicsc - IChartScriptContext
public void beforeDrawLegendItem(LegendEntryRenderingHints lerh,
Bounds bo,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawLegendItem in interface IChartEventHandlerlerh - LegendEntryRenderingHintsbo - Boundsicsc - IChartScriptContext
public void afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
IChartEventHandler
afterDataSetFilled in interface IChartEventHandlerseries - SeriesdataSet - DataSeticsc - IChartScriptContext
public void beforeDataSetFilled(Series series,
IDataSetProcessor idsp,
IChartScriptContext icsc)
IChartEventHandler
beforeDataSetFilled in interface IChartEventHandlerseries - Seriesidsp - IDataSetProcessoricsc - IChartScriptContext
public void beforeDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawAxisLabel in interface IChartEventHandleraxis - Axislabel - Labelicsc - IChartScriptContext
public void beforeDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawAxisTitle in interface IChartEventHandleraxis - Axislabel - Labelicsc - IChartScriptContext
public void beforeDrawBlock(Block block,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawBlock in interface IChartEventHandlerblock - Blockicsc - IChartScriptContext
public void beforeDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawDataPoint in interface IChartEventHandlerdph - DataPointHintsfill - Fillicsc - IChartScriptContext
public void beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawDataPointLabel in interface IChartEventHandlerdph - DataPointHintslabel - Labelicsc - IChartScriptContext
public void beforeDrawFittingCurve(CurveFitting cf,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawFittingCurve in interface IChartEventHandlercf - CurveFittingicsc - IChartScriptContext
public void beforeDrawLegendEntry(Label label,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawLegendEntry in interface IChartEventHandlerlabel - Labelicsc - IChartScriptContext
public void beforeDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawMarker in interface IChartEventHandlermarker - Markerdph - DataPointHintsicsc - IChartScriptContext
public void afterDrawMarker(Marker marker,
DataPointHints dph,
IChartScriptContext icsc)
IChartEventHandler
afterDrawMarker in interface IChartEventHandlermarker - Markerdph - DataPointHintsicsc - IChartScriptContext
public void beforeDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawMarkerLine in interface IChartEventHandleraxis - AxismLine - MarkerLineicsc - IChartScriptContext
public void beforeDrawMarkerRange(Axis axis,
MarkerRange mRange,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawMarkerRange in interface IChartEventHandleraxis - AxismRange - MarkerRangeicsc - IChartScriptContext
public void beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawSeries in interface IChartEventHandlerseries - Seriesisr - ISeriesRenderericsc - IChartScriptContext
public void beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
IChartEventHandler
beforeDrawSeriesTitle in interface IChartEventHandlerseries - Serieslabel - Labelicsc - IChartScriptContext
public void beforeGeneration(Chart cm,
IChartScriptContext icsc)
IChartEventHandler
beforeGeneration in interface IChartEventHandlercm - Charticsc - IChartScriptContext
public void beforeRendering(GeneratedChartState gcs,
IChartScriptContext icsc)
IChartEventHandler
beforeRendering in interface IChartEventHandlergcs - GeneratedChartStateicsc - IChartScriptContext
public void afterGeneration(GeneratedChartState gcs,
IChartScriptContext icsc)
IChartEventHandler
afterGeneration in interface IChartEventHandlergcs - GeneratedChartStateicsc - IChartScriptContext
public void afterRendering(GeneratedChartState gcs,
IChartScriptContext icsc)
IChartEventHandler
afterRendering in interface IChartEventHandlergcs - GeneratedChartStateicsc - IChartScriptContext
public void afterDrawBlock(Block block,
IChartScriptContext icsc)
IChartEventHandler
afterDrawBlock in interface IChartEventHandlerblock - Blockicsc - IChartScriptContext
public void afterDrawLegendEntry(Label label,
IChartScriptContext icsc)
IChartEventHandler
afterDrawLegendEntry in interface IChartEventHandlerlabel - Labelicsc - IChartScriptContext
public void afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
IChartEventHandler
afterDrawSeries in interface IChartEventHandlerseries - Seriesisr - ISeriesRenderericsc - IChartScriptContext
public void afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
IChartEventHandler
afterDrawSeriesTitle in interface IChartEventHandlerseries - Serieslabel - Labelicsc - IChartScriptContext
public void afterDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
IChartEventHandler
afterDrawMarkerLine in interface IChartEventHandleraxis - AxismLine - MarkerLineicsc - IChartScriptContext
public void afterDrawMarkerRange(Axis axis,
MarkerRange mRange,
IChartScriptContext icsc)
IChartEventHandler
afterDrawMarkerRange in interface IChartEventHandleraxis - AxismRange - MarkerRangeicsc - IChartScriptContext
public void afterDrawDataPoint(DataPointHints dph,
Fill fill,
IChartScriptContext icsc)
IChartEventHandler
afterDrawDataPoint in interface IChartEventHandlerdph - DataPointHintsfill - Fillicsc - IChartScriptContext
public void afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
IChartEventHandler
afterDrawDataPointLabel in interface IChartEventHandlerdph - DataPointHintslabel - Labelicsc - IChartScriptContext
public void afterDrawFittingCurve(CurveFitting cf,
IChartScriptContext icsc)
IChartEventHandler
afterDrawFittingCurve in interface IChartEventHandlercf - CurveFittingicsc - IChartScriptContext
public void afterDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
IChartEventHandler
afterDrawAxisLabel in interface IChartEventHandleraxis - Axislabel - Labelicsc - IChartScriptContext
public void afterDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
IChartEventHandler
afterDrawAxisTitle in interface IChartEventHandleraxis - Axislabel - Labelicsc - IChartScriptContext
public void afterComputations(Chart cm,
PlotComputation oComputations)
IChartEventHandler
afterComputations in interface IChartEventHandlercm - ChartoComputations - PlotComputation
public void beforeComputations(Chart cm,
PlotComputation oComputations)
IChartEventHandler
beforeComputations in interface IChartEventHandlercm - ChartoComputations - PlotComputation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||