com.jogamp.newt.event
Class PaintEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jogamp.newt.event.NEWTEvent
          extended by com.jogamp.newt.event.PaintEvent
All Implemented Interfaces:
Serializable

public class PaintEvent
extends NEWTEvent

Author:
tdv
See Also:
Serialized Form

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
getEventType, getWhen, isSystemEvent, 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

PaintEvent

public PaintEvent(int eventType,
                  Object source,
                  long when,
                  int x,
                  int y,
                  int w,
                  int h)
Method Detail

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.