synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick
Class TableInfo

java.lang.Object
  extended by synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick.TableInfo
All Implemented Interfaces:
java.io.Serializable

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

The Class TableInfo.

See Also:
Serialized Form

Constructor Summary
TableInfo()
          Instantiates a new table info.
TableInfo(TableIdentity tableId, int positionX, int positionY, float angle)
          Instantiates a new table info.
 
Method Summary
 float getAngle()
          Gets the angle.
 float getHeight()
          Gets the height.
 TableIdentity getTableId()
          Gets the table id.
 int getTablePositionX()
          Gets the table position x.
 int getTablePositionY()
          Gets the table position y.
 float getWidth()
          Gets the width.
 void setAngle(float angle)
          Sets the angle.
 void setTableId(TableIdentity tableId)
          Sets the table id.
 void setTablePosition(int positionX, int positionY)
          Sets the table position.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInfo

public TableInfo()
Instantiates a new table info.


TableInfo

public TableInfo(TableIdentity tableId,
                 int positionX,
                 int positionY,
                 float angle)
Instantiates a new table info.

Parameters:
tableId - the table id
positionX - the position x
positionY - the position y
angle - the angle
Method Detail

getAngle

public float getAngle()
Gets the angle.

Returns:
the angle

getHeight

public float getHeight()
Gets the height.

Returns:
the height

getTableId

public TableIdentity getTableId()
Gets the table id.

Returns:
the table id

getTablePositionX

public int getTablePositionX()
Gets the table position x.

Returns:
the table position x

getTablePositionY

public int getTablePositionY()
Gets the table position y.

Returns:
the table position y

getWidth

public float getWidth()
Gets the width.

Returns:
the width

setAngle

public void setAngle(float angle)
Sets the angle.

Parameters:
angle - the new angle

setTableId

public void setTableId(TableIdentity tableId)
Sets the table id.

Parameters:
tableId - the new table id

setTablePosition

public void setTablePosition(int positionX,
                             int positionY)
Sets the table position.

Parameters:
positionX - the position x
positionY - the position y