|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mtdesktop.messages.MTMouseMessage
public class MTMouseMessage
The Class MTMouseMessage.
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 |
---|
public MTMouseMessage()
public MTMouseMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, float angle, float scale)
targetClass
- the target classtargetTableId
- the target table idangle
- the anglescale
- the scaleMethod Detail |
---|
public float getAngle()
public float getScale()
public void setAngle(float angle)
angle
- the new anglepublic void setScale(float scale)
scale
- the new scale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |