All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.framework.DrawingChangeEvent

CH.ifa.draw.framework.DrawingChangeEvent

public class DrawingChangeEvent
The event passed to DrawingChangeListeners.


Constructor Index

 o DrawingChangeEvent(Drawing, Rectangle)
Constructs a drawing change event.

Method Index

 o getDrawing()
Gets the changed drawing
 o getInvalidatedRectangle()
Gets the changed rectangle

Constructors

 o DrawingChangeEvent
 public DrawingChangeEvent(Drawing source,
                           Rectangle r)
Constructs a drawing change event.

Methods

 o getDrawing
 public Drawing getDrawing()
Gets the changed drawing

 o getInvalidatedRectangle
 public Rectangle getInvalidatedRectangle()
Gets the changed rectangle


All Packages  Class Hierarchy  This Package  Previous  Next  Index