B - the generic typepublic static interface GridOffset.GridOffsetBuilder<B extends GridOffset.GridOffsetBuilder<B>> extends GridOffsetXAccessor.GridOffsetXBuilder<B>, GridOffsetYAccessor.GridOffsetYBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
B |
withGridOffset(GridOffset aOffset)
With grid offset.
|
B |
withGridOffset(int aOffsetX,
int aOffsetY)
With grid offset.
|
B |
withGridOffset(Offset aOffset)
With grid offset.
|
B |
withGridOffset(Position aOffset)
With grid offset.
|
withGridOffsetXwithGridOffsetYB withGridOffset(int aOffsetX, int aOffsetY)
aOffsetX - the a offset XaOffsetY - the a offset YB withGridOffset(GridOffset aOffset)
aOffset - the a offsetB withGridOffset(Offset aOffset)
aOffset - the a offsetCopyright © 2017. All rights reserved.