t3.remotehrd.protocol
Class OpSetTileAff
java.lang.Object
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
Constructor Summary |
OpSetTileAff(int id,
double DESKcentreX,
double DESKcentreY,
double DESKwidth,
double DESKheight,
double clockwise)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elId
public int elId
DESKcentreX
public double DESKcentreX
DESKcentreY
public double DESKcentreY
DESKwidth
public double DESKwidth
DESKheight
public double DESKheight
thetaClockwise
public double thetaClockwise
OpSetTileAff
public OpSetTileAff(int id,
double DESKcentreX,
double DESKcentreY,
double DESKwidth,
double DESKheight,
double clockwise)