t3.remotehrd.protocol
Class OpCursorShape

java.lang.Object
  extended by t3.remotehrd.protocol.OpCursorShape
All Implemented Interfaces:
java.io.Serializable

public class OpCursorShape
extends java.lang.Object
implements java.io.Serializable

Experimental.

Author:
pjt40
See Also:
Serialized Form

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

Field Detail

cursorId

public int cursorId

polygonsForShapeCursor

public Cursor.CursorShapePolygons polygonsForShapeCursor
Constructor Detail

OpCursorShape

public OpCursorShape(int id,
                     Cursor.CursorShapePolygons polygonsForShapeCursor)