|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttouchscreen.Point
public class Point
Simple class to represent a touch-screen point. Includes x,y (top-left of the box around the hand) and w,h (width and height of the box). Uses public variables.
| Field Summary | |
|---|---|
int |
h
height of box around this touch |
int |
w
width of box around this touch |
int |
x
top left corner |
int |
y
top left corner |
| Constructor Summary | |
|---|---|
Point(int x,
int y)
|
|
Point(int x,
int y,
int w,
int h)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
public int w
public int h
| Constructor Detail |
|---|
public Point(int x,
int y,
int w,
int h)
public Point(int x,
int y)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||