com.steema.teechart.events
Interface ChartPaintListener

All Superinterfaces:
org.w3c.dom.events.EventListener, SeriesPaintListener
All Known Implementing Classes:
ChartPaintAdapter

public interface ChartPaintListener
extends SeriesPaintListener

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Method Summary
 void axesPainting(ChartDrawEvent e)
          Invoked before Axes are drawn
 void chartPainted(ChartDrawEvent e)
          Invoked after Chart is drawn
 void chartPainting(ChartDrawEvent e)
          Invoked before Chart is drawn
 
Methods inherited from interface com.steema.teechart.events.SeriesPaintListener
seriesPainted, seriesPainting
 
Methods inherited from interface org.w3c.dom.events.EventListener
handleEvent
 

Method Detail

axesPainting

void axesPainting(ChartDrawEvent e)
Invoked before Axes are drawn


chartPainted

void chartPainted(ChartDrawEvent e)
Invoked after Chart is drawn


chartPainting

void chartPainting(ChartDrawEvent e)
Invoked before Chart is drawn