Class sgraphics.GraphicsEvent
All Packages Class Hierarchy This Package Previous Next Index
Class sgraphics.GraphicsEvent
java.lang.Object
|
+----java.awt.Event
|
+----sgraphics.GraphicsEvent
- public class GraphicsEvent
- extends Event
The replacement for AWT's Event. Used for all event handling.
-
X
-
-
Y
-
-
GraphicsEvent(Object, int, Object)
-
-
GraphicsEvent(Object, long, int, float, float, int, int)
-
-
GraphicsEvent(Object, long, int, float, float, int, int, Object)
-
X
public float X
Y
public float Y
GraphicsEvent
public GraphicsEvent(Object target,
long when,
int id,
float x,
float y,
int key,
int modifiers,
Object arg)
GraphicsEvent
public GraphicsEvent(Object target,
long when,
int id,
float x,
float y,
int key,
int modifiers)
GraphicsEvent
public GraphicsEvent(Object target,
int id,
Object arg)
All Packages Class Hierarchy This Package Previous Next Index