com.jogamp.newt.event
Class PaintEvent
java.lang.Object
java.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.PaintEvent
- All Implemented Interfaces:
- Serializable
public class PaintEvent
- extends NEWTEvent
- Author:
- tdv
- See Also:
- Serialized Form
Constructor Summary |
PaintEvent(int eventType,
Object source,
long when,
int x,
int y,
int w,
int h)
|
PaintEvent
public PaintEvent(int eventType,
Object source,
long when,
int x,
int y,
int w,
int h)
getHeight
public int getHeight()
getWidth
public int getWidth()
getX
public int getX()
getY
public int getY()
toString
public String toString()
- Overrides:
toString
in class NEWTEvent
Copyright 2010 JogAmp Community.