jwx!
v0.0.2


wx
Class MoveEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.MoveEvent

public class MoveEvent
extends Event


Constructor Summary
MoveEvent()
           
MoveEvent(MoveEvent event)
           
MoveEvent(Point pos)
           
MoveEvent(Point pos, int winid)
           
MoveEvent(Rect rect)
           
MoveEvent(Rect rect, int id)
           
 
Method Summary
 void delete()
           
 Point getPosition()
           
 Rect getRect()
           
 void setPosition(Point pos)
           
 void setRect(Rect rect)
           
 
Methods inherited from class wx.Event
copy, getEventObject, getEventType, getId, getSkipped, getTimestamp, isCommandEvent, resumePropagation, setEventObject, setEventType, setId, setTimestamp, setTimestamp, shouldPropagate, skip, skip, stopPropagation
 
Methods inherited from class wx.Object
_, getTanslation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveEvent

public MoveEvent()

MoveEvent

public MoveEvent(Point pos,
                 int winid)

MoveEvent

public MoveEvent(Point pos)

MoveEvent

public MoveEvent(MoveEvent event)

MoveEvent

public MoveEvent(Rect rect,
                 int id)

MoveEvent

public MoveEvent(Rect rect)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getPosition

public Point getPosition()

setPosition

public void setPosition(Point pos)

getRect

public Rect getRect()

setRect

public void setRect(Rect rect)

jwx!
v0.0.2


© 2006 Amit G Mendapara.