synergynetframework.mtinput
Class Blob

java.lang.Object
  extended by synergynetframework.mtinput.Blob

public class Blob
extends java.lang.Object

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

id

public long id
The id.


pressure

public float pressure
The pressure.


width

public int width
The width.


x

public int x
The x.


y

public int y
The y.

Constructor Detail

Blob

public Blob(long cursorID,
            int x,
            int y)
Instantiates a new blob.

Parameters:
cursorID - the cursor id
x - the x
y - the y
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object