Package org.eclipse.mat.impl.chart
Class LabelRenderScript
- java.lang.Object
-
- org.eclipse.birt.chart.script.ChartEventHandlerAdapter
-
- org.eclipse.mat.impl.chart.LabelRenderScript
-
- All Implemented Interfaces:
org.eclipse.birt.chart.script.IChartEventHandler
public class LabelRenderScript extends org.eclipse.birt.chart.script.ChartEventHandlerAdapter
-
-
Constructor Summary
Constructors Constructor Description LabelRenderScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeDrawDataPointLabel(org.eclipse.birt.chart.computation.DataPointHints dph, org.eclipse.birt.chart.model.component.Label label, org.eclipse.birt.chart.script.IChartScriptContext icsc)
-
Methods inherited from class org.eclipse.birt.chart.script.ChartEventHandlerAdapter
afterComputations, afterDataSetFilled, afterDrawAxisLabel, afterDrawAxisTitle, afterDrawBlock, afterDrawDataPoint, afterDrawDataPointLabel, afterDrawFittingCurve, afterDrawLegendEntry, afterDrawLegendItem, afterDrawMarker, afterDrawMarkerLine, afterDrawMarkerRange, afterDrawSeries, afterDrawSeriesTitle, afterGeneration, afterRendering, beforeComputations, beforeDataSetFilled, beforeDrawAxisLabel, beforeDrawAxisTitle, beforeDrawBlock, beforeDrawDataPoint, beforeDrawFittingCurve, beforeDrawLegendEntry, beforeDrawLegendItem, beforeDrawMarker, beforeDrawMarkerLine, beforeDrawMarkerRange, beforeDrawSeries, beforeDrawSeriesTitle, beforeGeneration, beforeRendering
-
-
-
-
Method Detail
-
beforeDrawDataPointLabel
public void beforeDrawDataPointLabel(org.eclipse.birt.chart.computation.DataPointHints dph, org.eclipse.birt.chart.model.component.Label label, org.eclipse.birt.chart.script.IChartScriptContext icsc)
- Specified by:
beforeDrawDataPointLabel
in interfaceorg.eclipse.birt.chart.script.IChartEventHandler
- Overrides:
beforeDrawDataPointLabel
in classorg.eclipse.birt.chart.script.ChartEventHandlerAdapter
-
-