com.steema.teechart.events
Class ChartDrawEvent
java.lang.Object
com.steema.teechart.events.ChartEvent
com.steema.teechart.events.ChartDrawEvent
public class ChartDrawEvent
- extends ChartEvent
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor Summary |
ChartDrawEvent(java.lang.Object source,
int id,
int drawPart)
Creates a new instance of ChartDrawEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAINT_FIRST
public static final int PAINT_FIRST
- See Also:
- Constant Field Values
PAINTING
public static final int PAINTING
- See Also:
- Constant Field Values
PAINTED
public static final int PAINTED
- See Also:
- Constant Field Values
PRINTING
public static final int PRINTING
- See Also:
- Constant Field Values
PRINTED
public static final int PRINTED
- See Also:
- Constant Field Values
PAINT_LAST
public static final int PAINT_LAST
- See Also:
- Constant Field Values
CHART
public static final int CHART
- See Also:
- Constant Field Values
AXES
public static final int AXES
- See Also:
- Constant Field Values
SERIES
public static final int SERIES
- See Also:
- Constant Field Values
ChartDrawEvent
public ChartDrawEvent(java.lang.Object source,
int id,
int drawPart)
- Creates a new instance of ChartDrawEvent
getDrawPart
public int getDrawPart()