|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.vistech.graphics.ShapesEvent
ShapesEvent Class. This is an event-state class for the Shape event.
Field Summary | |
protected int |
command
|
protected Shapes |
shape
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ShapesEvent(java.lang.Object src,
Shapes sh)
|
Method Summary | |
int |
getCommand()
|
Shapes |
getShapes()
|
void |
setCommand(int command)
|
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 |
protected Shapes shape
protected int command
Constructor Detail |
public ShapesEvent(java.lang.Object src, Shapes sh)
Method Detail |
public Shapes getShapes()
public void setCommand(int command)
public int getCommand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |