t3.remotehrd.protocol
Class OpSetCursorOptions

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

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

See Also:
Serialized Form

Field Summary
 java.awt.Color col
           
 int cursorId
           
 int displayType
           
 
Constructor Summary
OpSetCursorOptions(int cursorId, java.awt.Color col, int displayType)
           
 
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

col

public java.awt.Color col

displayType

public int displayType
Constructor Detail

OpSetCursorOptions

public OpSetCursorOptions(int cursorId,
                          java.awt.Color col,
                          int displayType)