com.sun.javafx.newt
Class PaintEvent

java.lang.Object
  extended by com.sun.javafx.newt.Event
      extended by com.sun.javafx.newt.PaintEvent

public class PaintEvent
extends Event

Author:
tdv

Constructor Summary
PaintEvent(int eventType, Window 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.sun.javafx.newt.Event
getEventType, getSource, getWhen, isSystemEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaintEvent

public PaintEvent(int eventType,
                  Window 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 Event


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.