ij2x.plugin.event
Class ShapesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
protected  int command
           
protected  ShapeRoi shape
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ShapesEvent(java.lang.Object src, ShapeRoi sh)
           
 
Method Summary
 int getCommand()
           
 ShapeRoi 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

shape

protected ShapeRoi shape

command

protected int command
Constructor Detail

ShapesEvent

public ShapesEvent(java.lang.Object src,
                   ShapeRoi sh)
Method Detail

getShapes

public ShapeRoi getShapes()

setCommand

public void setCommand(int command)

getCommand

public int getCommand()