|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.display.drawmodel.EditNodesDrawModelEvent
Holds Information about the events taking place within the Edit Nodes Draw Model.
Field Summary | |
static int |
POINT_ADDED
A point was added to the shape. |
static int |
POINT_MOVED
A point was moved within the shape. |
static int |
POINT_REMOVED
A point was removed from the shape. |
Constructor Summary | |
EditNodesDrawModelEvent(int inType,
Shape inShape)
Creates new EditNodesDrawModelEvent with the given type and shape. |
|
EditNodesDrawModelEvent(int inType,
Shape inShape,
Point inPoint)
Creates new EditNodesDrawModelEvent with the specified type, Shape and the affected point. |
Method Summary | |
Point |
getPoint()
Retrieve the point that was modified. |
Shape |
getShape()
Retrieve the shape that was modified. |
int |
getType()
Determine what type of event happened. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int POINT_ADDED
public static final int POINT_REMOVED
public static final int POINT_MOVED
Constructor Detail |
public EditNodesDrawModelEvent(int inType, Shape inShape)
public EditNodesDrawModelEvent(int inType, Shape inShape, Point inPoint)
Method Detail |
public int getType()
public Point getPoint()
public Shape getShape()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |