public static interface Position.PositionMutator extends PosXAccessor.PosXMutator, PosYAccessor.PosYMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setPosition(int aPosX,
int aPosY)
Sets the position.
|
void |
setPosition(Position aPosition)
Sets the position.
|
setPositionXsetPositionYvoid setPosition(int aPosX,
int aPosY)
aPosX - the a pos XaPosY - the a pos Yvoid setPosition(Position aPosition)
aPosition - the new positionCopyright © 2017. All rights reserved.