|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick.TableInfo
public class TableInfo
The Class TableInfo.
| 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 |
|---|
public TableInfo()
public TableInfo(TableIdentity tableId,
int positionX,
int positionY,
float angle)
tableId - the table idpositionX - the position xpositionY - the position yangle - the angle| Method Detail |
|---|
public float getAngle()
public float getHeight()
public TableIdentity getTableId()
public int getTablePositionX()
public int getTablePositionY()
public float getWidth()
public void setAngle(float angle)
angle - the new anglepublic void setTableId(TableIdentity tableId)
tableId - the new table id
public void setTablePosition(int positionX,
int positionY)
positionX - the position xpositionY - the position y
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||