|
|||||||||
| 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.PlotChangeEvent
public class PlotChangeEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
plot发生变化的事件.Copyright: Copyright (c) 2013
Company:
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PlotChangeEvent(AbstractPlot plot)
构造一个新的对象,事件类型为 ChartChangeEventType.GENERAL.
|
|
PlotChangeEvent(AbstractPlot plot,
ChartChangeEventType type)
构造一个新的对象. |
|
| Method Summary | |
|---|---|
AbstractPlot |
getPlot()
返回产生事件的plot. |
ChartChangeEventType |
getType()
返回事件类型. |
void |
setType(ChartChangeEventType 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 |
| Constructor Detail |
|---|
public PlotChangeEvent(AbstractPlot plot)
ChartChangeEventType.GENERAL.
plot - AbstractPlot 产生事件的plot.
public PlotChangeEvent(AbstractPlot plot,
ChartChangeEventType type)
plot - 产生事件的plot.
| Method Detail |
|---|
public AbstractPlot getPlot()
public ChartChangeEventType getType()
public void setType(ChartChangeEventType type)
type - 事件类型 (不可为null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||