UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.awt
Class EventUtil

java.lang.Object
  |
  +--edu.berkeley.guir.lib.awt.EventUtil

public final class EventUtil
extends Object

Miscellaneous event utils.

This software is distributed under the Berkeley Software License.

 Revisions:  - GUIRLib-v1.3-1.0.0, Aug 22 1999, JH
               Created class
             - GUIRLib-v1.4-1.0.0, Aug 31 2000, JH
               Touched for GUIRLib release
 

Since:
JDK 1.2
Version:
GUIRLib-v1.4-1.0.0, Aug 31 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Constructor Summary
EventUtil()
           
 
Method Summary
static MouseEvent applyTransform(MouseEvent evt, AffineTransform tx)
           
static MouseEvent setPosition(MouseEvent evt, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventUtil

public EventUtil()
Method Detail

applyTransform

public static MouseEvent applyTransform(MouseEvent evt,
                                        AffineTransform tx)

setPosition

public static MouseEvent setPosition(MouseEvent evt,
                                     double x,
                                     double y)

Copyright Information