Package au.edu.unsw.cse
Class MouseInfo
java.lang.Object
au.edu.unsw.cse.MouseInfo
public class MouseInfo
extends java.lang.Object
This class is used to store the information about a collection of mouse movements
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MouseInfo(int x, int y, int x2, int y2, int x3, int y3, int frameNo)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
deltax
public int deltax -
deltay
public int deltay -
deltax2
public int deltax2 -
deltay2
public int deltay2 -
deltax3
public int deltax3 -
deltay3
public int deltay3 -
frameNo
public int frameNo
-
-
Constructor Details
-
MouseInfo
public MouseInfo(int x, int y, int x2, int y2, int x3, int y3, int frameNo)
-