t3.remotehrd.protocol
Class OpCreateUnwarpedRect

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

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

See Also:
Serialized Form

Field Summary
 int elId
           
 UnwarpedRect r
           
 
Constructor Summary
OpCreateUnwarpedRect(int id, UnwarpedRect r)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elId

public final int elId

r

public final UnwarpedRect r
Constructor Detail

OpCreateUnwarpedRect

public OpCreateUnwarpedRect(int id,
                            UnwarpedRect r)