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.

Variable Index

 o X
 o Y

Constructor Index

 o GraphicsEvent(Object, int, Object)
 o GraphicsEvent(Object, long, int, float, float, int, int)
 o GraphicsEvent(Object, long, int, float, float, int, int, Object)

Variables

 o X
  public float X
 o Y
  public float Y

Constructors

 o GraphicsEvent
  public GraphicsEvent(Object target,
                       long when,
                       int id,
                       float x,
                       float y,
                       int key,
                       int modifiers,
                       Object arg)
 o GraphicsEvent
  public GraphicsEvent(Object target,
                       long when,
                       int id,
                       float x,
                       float y,
                       int key,
                       int modifiers)
 o GraphicsEvent
  public GraphicsEvent(Object target,
                       int id,
                       Object arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index