Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.event
Interface DrawingEvent  view DrawingEvent download DrawingEvent.java


public interface DrawingEvent

Interface for Drawing changes notifications.


Nested Class Summary
static class DrawingEvent.EventType
          enumeration for DrawingEvent types
 
Method Summary
 jpicedt.graphic.model.Drawing getDrawing()
           
 jpicedt.graphic.model.Element[] getElements()
           
 DrawingEvent.EventType getType()
           
 

Method Detail

getDrawing

public jpicedt.graphic.model.Drawing getDrawing()

getElements

public jpicedt.graphic.model.Element[] getElements()

getType

public DrawingEvent.EventType getType()