t3.remotehrd.protocol
Class OpCursorPos

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

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

See Also:
Serialized Form

Field Summary
 int cursorId
           
 double DESKx
           
 double DESKy
           
 boolean visible
           
 
Constructor Summary
OpCursorPos(int id, double DESKx, double DESKy, boolean visible)
           
 
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

DESKx

public double DESKx

DESKy

public double DESKy

visible

public boolean visible
Constructor Detail

OpCursorPos

public OpCursorPos(int id,
                   double DESKx,
                   double DESKy,
                   boolean visible)