Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.ExposeEvent
public class ExposeEvent
extends GtkEvent
ExposeListener
Nested Class Summary | |
static class |
Constructor Summary | |
| |
|
Method Summary | |
Rectangle |
|
int |
|
Region |
|
boolean |
|
Window |
|
boolean |
|
public Rectangle getArea()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Returns the bounding box of region.
- Returns:
- the bounding box of region.
public int getCount()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Returns the number of contiguous EXPOSE events following this one. The only use for this is "exposure compression", i.e. handling all contiguous EXPOSE events in one go, though GDK performs some exposure compression so this is not normally needed.
- Returns:
- the number of contiguous EXPOSE events following this one.
public Region getRegion()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Returns the region that needs to be redrawn.
- Returns:
- the region that needs to be redrawn.
public boolean getSendEvent()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Check if the event was sent explicitly (eg using XSendEvent).
- Returns:
- true if the event was sent explicitly (e.g. using XSendEvent), false otherwise.
public Window getWindow()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
The window which received the event.
- Returns:
- the window which received the event.
public boolean isOfType(ExposeEvent.Type test)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Test to compare events.