jsky.graphics
Class CanvasFigureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jsky.graphics.CanvasFigureEvent
All Implemented Interfaces:
java.io.Serializable

public class CanvasFigureEvent
extends java.util.EventObject

This event is generated when a canvas figure is seletced, deselected, resized or dragged.

Version:
$Revision: 1.1 $
Author:
Allan Brighton
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CanvasFigureEvent(CanvasFigure fig)
           
 
Method Summary
 CanvasFigure getFigure()
          Return the figure for the event.
 
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

CanvasFigureEvent

public CanvasFigureEvent(CanvasFigure fig)
Method Detail

getFigure

public CanvasFigure getFigure()
Return the figure for the event.