public static interface GridOffset.GridOffsetMutator extends GridOffsetXAccessor.GridOffsetXMutator, GridOffsetYAccessor.GridOffsetYMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setGridOffset(GridOffset aOffset)
Sets the grid offset.
|
void |
setGridOffset(int aOffsetX,
int aOffsetY)
Sets the grid offset.
|
void |
setGridOffset(Offset aOffset)
Sets the grid offset.
|
void |
setGridOffset(Position aOffset)
Sets the grid offset.
|
setGridOffsetXsetGridOffsetYvoid setGridOffset(int aOffsetX,
int aOffsetY)
aOffsetX - the offset XaOffsetY - the offset Yvoid setGridOffset(GridOffset aOffset)
aOffset - the new grid offsetvoid setGridOffset(Offset aOffset)
aOffset - the new grid offsetvoid setGridOffset(Position aOffset)
aOffset - the new grid offsetCopyright © 2018. All rights reserved.