|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ijchart.xychart.event.ChartProgressEvent
public class ChartProgressEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
An event that contains information about the drawing progress of a chart.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static int |
PROGRESS_CALCULATE_FINISHED
Indicates calculate shapes finished. |
static int |
PROGRESS_CALCULATE_STARTED
Indicates calculate shapes started. |
static int |
PROGRESS_DRAWING_LEGEND_SHAPES_STARTED
Indicates drawing legend shapes started. |
static int |
PROGRESS_DRAWING_PLOT_SHAPES_STARTED
Indicates drawing plot shapes started. |
static int |
PROGRESS_DRAWING_SHAPES_FINISHED
Indicates drawing shapes finished. |
static int |
PROGRESS_DRAWING_SHAPES_STARTED
Indicates drawing shapes started. |
static int |
PROGRESS_DRAWING_TITLE_SHAPES_STARTED
Indicates drawing title shapes started. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ChartProgressEvent(IJChart chart,
java.lang.Object source,
int eventType)
Creates a new chart change event. |
Method Summary | |
---|---|
IJChart |
getChart()
Returns the chart that generated the change event. |
int |
getType()
Returns the event type. |
void |
setChart(IJChart chart)
Sets the chart that generated the change event. |
void |
setType(int eventType)
Sets the event type. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PROGRESS_CALCULATE_STARTED
public static final int PROGRESS_CALCULATE_FINISHED
public static final int PROGRESS_DRAWING_SHAPES_STARTED
public static final int PROGRESS_DRAWING_TITLE_SHAPES_STARTED
public static final int PROGRESS_DRAWING_LEGEND_SHAPES_STARTED
public static final int PROGRESS_DRAWING_PLOT_SHAPES_STARTED
public static final int PROGRESS_DRAWING_SHAPES_FINISHED
Constructor Detail |
---|
public ChartProgressEvent(IJChart chart, java.lang.Object source, int eventType)
chart
- IJChart
The chart that generated the event.source
- Object
The source of the event (could be the chart, a title, an axis etc.).eventType
- int
The type of event.Method Detail |
---|
public IJChart getChart()
public void setChart(IJChart chart)
chart
- IJChart
The chart that generated the event.public int getType()
public void setType(int eventType)
eventType
- int
The event type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |