com.sun.javafx.newt
Class PaintEvent
java.lang.Object
com.sun.javafx.newt.Event
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)
|
PaintEvent
public PaintEvent(int eventType,
Window 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 Event
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.