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
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LabelRenderScript

      public LabelRenderScript()
  • Method Details

    • 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 interface org.eclipse.birt.chart.script.IChartEventHandler
      Overrides:
      beforeDrawDataPointLabel in class org.eclipse.birt.chart.script.ChartEventHandlerAdapter