org.apache.batik.gvt.event
public class SelectionEvent extends Object
| Field Summary | |
|---|---|
| protected Shape | highlightShape The shape enclosing the selection |
| protected int | id The event type of the current selection event |
| protected Object | selection The object which composes the selection |
| static int | SELECTION_CHANGED
The id for the "selection changing" event.
|
| static int | SELECTION_CLEARED
The id for the "selection cleared" event. |
| static int | SELECTION_DONE
The id for the "selection completed" event.
|
| static int | SELECTION_STARTED
The id for the "selection started" event. |
| Constructor Summary | |
|---|---|
| SelectionEvent(Object selection, int id, Shape highlightShape)
Constructs a new graphics node paint event. | |
| Method Summary | |
|---|---|
| Shape | getHighlightShape()
Returns a shape in user space that encloses the current selection. |
| int | getID()
Returns the event's selection event type. |
| Object | getSelection()
Returns the selection associated with this event.
|
Parameters: selection the selection id the id of this event highlightShape a user-space shape enclosing the selection.
See Also: SELECTION_CHANGED SELECTION_CLEARED SELECTION_DONE