com.steema.teechart.events
Class ChartDrawEvent

java.lang.Object
  extended by com.steema.teechart.events.ChartEvent
      extended by 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


Field Summary
static int AXES
           
static int CHART
           
static int PAINT_FIRST
           
static int PAINT_LAST
           
static int PAINTED
           
static int PAINTING
           
static int PRINTED
           
static int PRINTING
           
static int SERIES
           
 
Fields inherited from class com.steema.teechart.events.ChartEvent
CHART_ADDED, CHART_FIRST, CHART_LAST, CHART_SCROLLED, CHART_UNZOOMED, CHART_ZOOMED
 
Constructor Summary
ChartDrawEvent(java.lang.Object source, int id, int drawPart)
          Creates a new instance of ChartDrawEvent
 
Method Summary
 int getDrawPart()
           
 
Methods inherited from class com.steema.teechart.events.ChartEvent
getID, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ChartDrawEvent

public ChartDrawEvent(java.lang.Object source,
                      int id,
                      int drawPart)
Creates a new instance of ChartDrawEvent

Method Detail

getDrawPart

public int getDrawPart()