com.jinke.gui.event
Class WindowEvent

java.lang.Object
  extended by com.jinke.gui.event.Event
      extended by com.jinke.gui.event.WindowEvent

public class WindowEvent
extends Event


Field Summary
 int h
           
 int w
           
 int x
           
 int y
           
 
Fields inherited from class com.jinke.gui.event.Event
BUTTON_DOWN, BUTTON_UP, ERROR, EXPOSURE, FDINPUT, KEY_DOWN, KEY_UP, MOUSE_ENTER, MOUSE_EXIT, MOUSE_MOTION, MOUSE_POSITION, NONE, REFRESH
 
Constructor Summary
WindowEvent()
           
 
Method Summary
 Rectangle getRect()
           
 
Methods inherited from class com.jinke.gui.event.Event
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

w

public int w

h

public int h
Constructor Detail

WindowEvent

public WindowEvent()
Method Detail

getRect

public Rectangle getRect()
Returns: