|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.PaintEvent
public class PaintEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PaintEvent(int eventType,
Object source,
long when,
int x,
int y,
int w,
int h)
|
Method Summary | |
---|---|
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
String |
toString()
|
Methods inherited from class com.jogamp.newt.event.NEWTEvent |
---|
getAttachment, getEventType, getWhen, isSystemEvent, setAttachment, toHexString, toHexString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PaintEvent(int eventType, Object source, long when, int x, int y, int w, int h)
Method Detail |
---|
public int getHeight()
public int getWidth()
public int getX()
public int getY()
public String toString()
toString
in class NEWTEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |