|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.events.SeriesPaintAdapter
public abstract class SeriesPaintAdapter
An abstract adapter class for receiving series paint events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a SeriesPaint
listener
and override the methods for the events of interest. (If you implement the
SeriesPaintListener
interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
Create a listener object using the extended class and then register it with
a component using the component's addSeriesPaintListener
method.
SeriesPaintListener
Constructor Summary | |
---|---|
SeriesPaintAdapter()
|
Method Summary | |
---|---|
void |
seriesPainted(ChartDrawEvent e)
Invoked after Series are drawn |
void |
seriesPainting(ChartDrawEvent e)
Invoked before Series are drawn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeriesPaintAdapter()
Method Detail |
---|
public void seriesPainting(ChartDrawEvent e)
seriesPainting
in interface SeriesPaintListener
public void seriesPainted(ChartDrawEvent e)
seriesPainted
in interface SeriesPaintListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |