public class Drawing.DefaultDrawingEvent extends java.lang.Object implements DrawingEvent
DrawingEvent.EventType| Constructor and Description |
|---|
DefaultDrawingEvent(Element element,
DrawingEvent.EventType type) |
| Modifier and Type | Method and Description |
|---|---|
Drawing |
getDrawing()
Return the source of this event
|
Element |
getElement()
Return the graphic element that changed
|
DrawingEvent.EventType |
getType()
Return the event type
|
java.lang.String |
toString() |
public DefaultDrawingEvent(Element element, DrawingEvent.EventType type)
element - the changed Elementtype - the event typepublic Drawing getDrawing()
DrawingEventgetDrawing in interface DrawingEventpublic Element getElement()
DrawingEventgetElement in interface DrawingEventpublic DrawingEvent.EventType getType()
DrawingEventgetType in interface DrawingEventpublic java.lang.String toString()
toString in class java.lang.ObjectSubmit a bug : syd@jpicedt.org