t3.remotehrd.protocol
Class OpSetTileAff

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

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

See Also:
Serialized Form

Field Summary
 double DESKcentreX
           
 double DESKcentreY
           
 double DESKheight
           
 double DESKwidth
           
 int elId
           
 double thetaClockwise
           
 
Constructor Summary
OpSetTileAff(int id, double DESKcentreX, double DESKcentreY, double DESKwidth, double DESKheight, double clockwise)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elId

public int elId

DESKcentreX

public double DESKcentreX

DESKcentreY

public double DESKcentreY

DESKwidth

public double DESKwidth

DESKheight

public double DESKheight

thetaClockwise

public double thetaClockwise
Constructor Detail

OpSetTileAff

public OpSetTileAff(int id,
                    double DESKcentreX,
                    double DESKcentreY,
                    double DESKwidth,
                    double DESKheight,
                    double clockwise)