ij2x.plugin.event
Class ShapesEvent
java.lang.Object
java.util.EventObject
ij2x.plugin.event.ShapesEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ShapesEvent
- extends java.util.EventObject
- implements java.io.Serializable
ShapesEvent Class.
This is an event-state class for the Shape event.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapesEvent
public ShapesEvent(java.lang.Object src,
ShapeRoi sh)
getShapes
public ShapeRoi getShapes()
setCommand
public void setCommand(int command)
getCommand
public int getCommand()