t3.hrd.input
Class ShapeInputDeviceState

java.lang.Object
  extended by t3.hrd.input.ShapeInputDeviceState
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ShapeInputDeviceState
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Experimental. No documentation yet.

See Also:
Serialized Form

Field Summary
 int clientId
          Client id
 Cursor.CursorShapePolygons polygonsForShapeCursor
          Shape
 
Constructor Summary
ShapeInputDeviceState(int clientId)
           
 
Method Summary
 ShapeInputDeviceState clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientId

public final int clientId
Client id


polygonsForShapeCursor

public Cursor.CursorShapePolygons polygonsForShapeCursor
Shape

Constructor Detail

ShapeInputDeviceState

public ShapeInputDeviceState(int clientId)
Method Detail

clone

public ShapeInputDeviceState clone()
Overrides:
clone in class java.lang.Object