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.
-
DrawingChangeEvent(Drawing, Rectangle)
- Constructs a drawing change event.
-
getDrawing()
- Gets the changed drawing
-
getInvalidatedRectangle()
- Gets the changed rectangle
DrawingChangeEvent
public DrawingChangeEvent(Drawing source,
Rectangle r)
- Constructs a drawing change event.
getDrawing
public Drawing getDrawing()
- Gets the changed drawing
getInvalidatedRectangle
public Rectangle getInvalidatedRectangle()
- Gets the changed rectangle
All Packages Class Hierarchy This Package Previous Next Index