|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the interface for objects who want to listen to information from the elements
Method Summary | |
void |
setXlocation(float x)
the method used to notify if a change in x location |
void |
setXSize(float s)
the method used to notify if a change in x size |
void |
setYlocation(float y)
the method used to notify if a change in y location |
void |
setYSize(float s)
the method used to notify if a change in y size |
void |
setZlocation(float z)
the method used to notify if a change in z location |
Method Detail |
public void setXlocation(float x)
x
- the new location of the object, as a fraction of the total cube length in that directionpublic void setYlocation(float y)
y
- the new location of the object, as a fraction of the total cube length in that directionpublic void setZlocation(float z)
z
- the new location of the object, as a fraction of the total cube length in that directionpublic void setXSize(float s)
s
- the size of the object in terms of fraction of total cube lengthpublic void setYSize(float s)
s
- the size of the object in terms of fraction of total cube length
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |