|
|||||||||
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.
A change event that encapsulates information about a change to an plot.Copyright: Copyright (c) 2013
Company:
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PlotChangeEvent(AbstractPlot plot)
Creates a new instance and the event type is ChartChangeEventType.GENERAL . |
|
PlotChangeEvent(AbstractPlot plot,
ChartChangeEventType type)
Creates a new instance. |
Method Summary | |
---|---|
AbstractPlot |
getPlot()
Returns the plot that generated the event. |
ChartChangeEventType |
getType()
Returns the event type. |
void |
setType(ChartChangeEventType type)
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 |
Constructor Detail |
---|
public PlotChangeEvent(AbstractPlot plot)
ChartChangeEventType.GENERAL
.
plot
- AbstractPlot
The plot that generated the event.public PlotChangeEvent(AbstractPlot plot, ChartChangeEventType type)
plot
-
The plot that generated the event.Method Detail |
---|
public AbstractPlot getPlot()
public ChartChangeEventType getType()
public void setType(ChartChangeEventType type)
type
-
The event type (null not permitted).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |