|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.ExposeEvent
public class ExposeEvent
This event object is used to identify how expose has changed.
ExposeListener
,
Serialized FormNested Class Summary | |
---|---|
static class |
ExposeEvent.Type
|
Constructor Summary | |
---|---|
ExposeEvent(java.lang.Object source,
EventExpose gdkEvent)
|
|
ExposeEvent(java.lang.Object source,
EventNoExpose gdkEvent)
|
Method Summary | |
---|---|
Rectangle |
getArea()
Returns the bounding box of region. |
int |
getCount()
Returns the number of contiguous EXPOSE events following this one. |
Region |
getRegion()
Returns the region that needs to be redrawn. |
boolean |
getSendEvent()
Check if the event was sent explicitly (eg using XSendEvent). |
Window |
getWindow()
The window which received the event. |
boolean |
isOfType(ExposeEvent.Type test)
Test to compare events. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
---|
getSource, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExposeEvent(java.lang.Object source, EventExpose gdkEvent)
public ExposeEvent(java.lang.Object source, EventNoExpose gdkEvent)
Method Detail |
---|
public Window getWindow()
public boolean getSendEvent()
public Rectangle getArea()
public Region getRegion()
public int getCount()
public boolean isOfType(ExposeEvent.Type test)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |