|
|||||||||
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.ChartShapeChangeEvent
public class ChartShapeChangeEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
A change event that encapsulates information about a change to aIChartShape
Copyright: Copyright (c) 2013
Company:
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ChartShapeChangeEvent(java.lang.Object source,
IChartShape chartShape)
Constructs a new ChartShape changed event. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
IChartShape |
getChartShape()
Returns the IChartShape that generated the event. |
int |
hashCode()
Returns a hash code value for the object. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChartShapeChangeEvent(java.lang.Object source, IChartShape chartShape)
source
- Object
The source of the event.chartShape
- IChartShape
The IChartShape that generated the event (null permitted).Method Detail |
---|
public IChartShape getChartShape()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |