|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.Blob
public class Blob
The Class Blob.
Field Summary | |
---|---|
long |
id
The id. |
float |
pressure
The pressure. |
int |
width
The width. |
int |
x
The x. |
int |
y
The y. |
Constructor Summary | |
---|---|
Blob(long cursorID,
int x,
int y)
Instantiates a new blob. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long id
public float pressure
public int width
public int x
public int y
Constructor Detail |
---|
public Blob(long cursorID, int x, int y)
cursorID
- the cursor idx
- the xy
- the yMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |