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.ConfigureEvent
public class ConfigureEvent
extends GtkEvent
ConfigureListener
Nested Class Summary | |
static class |
Constructor Summary | |
|
Method Summary | |
int | |
int |
|
Window | |
int |
|
int |
|
boolean |
|
public ConfigureEvent(Object source, EventType type, EventConfigure event)
Constructor for ConfigureEvent.
- Parameters:
source
-type
-
public int getHeight()
- Returns:
- Returns the height.
public int getWidth()
- Returns:
- Returns the width.
public int getX()
- Returns:
- Returns the x.
public int getY()
- Returns:
- Returns the y.
public boolean isOfType(ConfigureEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.