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 pos XaPosY - the pos Yvoid setPosition(Position aPosition)
aPosition - the new positionCopyright © 2018. All rights reserved.