|
||||||||||
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
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.networkedflick.TransferableContentItem
public class TransferableContentItem
The Class TransferableContentItem.
Constructor Summary | |
---|---|
TransferableContentItem(java.lang.Class<?> targetClass,
ContentItem item,
TableIdentity targetTableId)
Instantiates a new transferable content item. |
Method Summary | |
---|---|
ContentItem |
getContentItem()
Gets the content item. |
float |
getDeceleration()
Gets the deceleration. |
float |
getLinearVelocityX()
Gets the linear velocity x. |
float |
getLinearVelocityY()
Gets the linear velocity y. |
float[] |
getLocationStats()
Gets the location stats. |
float |
getMaxScale()
Gets the max scale. |
float |
getMinScale()
Gets the min scale. |
float |
getRoation()
Gets the roation. |
float |
getScale()
Gets the scale. |
void |
setDeceleration(float deceleration)
Sets the deceleration. |
void |
setLinearVelocity(float velocityX,
float velocityY)
Sets the linear velocity. |
void |
setLocationStats(float[] arrivalLocationStats)
Sets the location stats. |
void |
setMaxScale(float maxScale)
Sets the max scale. |
void |
setMinScale(float minScale)
Sets the min scale. |
void |
setRoation(float rotation)
Sets the roation. |
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 TransferableContentItem(java.lang.Class<?> targetClass, ContentItem item, TableIdentity targetTableId)
targetClass
- the target classitem
- the itemtargetTableId
- the target table idMethod Detail |
---|
public ContentItem getContentItem()
public float getDeceleration()
public float getLinearVelocityX()
public float getLinearVelocityY()
public float[] getLocationStats()
public float getMaxScale()
public float getMinScale()
public float getRoation()
public float getScale()
public void setDeceleration(float deceleration)
deceleration
- the new decelerationpublic void setLinearVelocity(float velocityX, float velocityY)
velocityX
- the velocity xvelocityY
- the velocity ypublic void setLocationStats(float[] arrivalLocationStats)
arrivalLocationStats
- the new location statspublic void setMaxScale(float maxScale)
maxScale
- the new max scalepublic void setMinScale(float minScale)
minScale
- the new min scalepublic void setRoation(float rotation)
rotation
- the new roationpublic void setScale(float scale)
scale
- the new scale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |