apps.mtdesktop.messages
Class MTMouseMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mtdesktop.messages.MTMouseMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class MTMouseMessage
extends UnicastApplicationMessage

The Class MTMouseMessage.

See Also:
Serialized Form

Constructor Summary
MTMouseMessage()
          Instantiates a new MT mouse message.
MTMouseMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, float angle, float scale)
          Instantiates a new MT mouse message.
 
Method Summary
 float getAngle()
          Gets the angle.
 float getScale()
          Gets the scale.
 void setAngle(float angle)
          Sets the angle.
 void setScale(float scale)
          Sets the scale.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTMouseMessage

public MTMouseMessage()
Instantiates a new MT mouse message.


MTMouseMessage

public MTMouseMessage(java.lang.Class<?> targetClass,
                      TableIdentity targetTableId,
                      float angle,
                      float scale)
Instantiates a new MT mouse message.

Parameters:
targetClass - the target class
targetTableId - the target table id
angle - the angle
scale - the scale
Method Detail

getAngle

public float getAngle()
Gets the angle.

Returns:
the angle

getScale

public float getScale()
Gets the scale.

Returns:
the scale

setAngle

public void setAngle(float angle)
Sets the angle.

Parameters:
angle - the new angle

setScale

public void setScale(float scale)
Sets the scale.

Parameters:
scale - the new scale