|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.EventObject
|
+--jdraw.framework.FigureEvent
An event which indicates that a figure event occurred in a figure. This may be a change of position or a change of the figure's size.
FigureListener,
Serialized Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FigureEvent(jdraw.framework.Figure source)
Constructs a FigureEvent object with the specified figure. |
|
| Method Summary | |
jdraw.framework.Figure |
getFigure()
Returns the figure which changed. |
| 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 FigureEvent(jdraw.framework.Figure source)
source - figure which changed| Method Detail |
public jdraw.framework.Figure getFigure()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||