- All Superinterfaces:
GridOffsetXAccessor.GridOffsetXMutator,GridOffsetYAccessor.GridOffsetYMutator
- All Known Subinterfaces:
GridOffset.GridOffsetProperty
- Enclosing interface:
- GridOffset
public static interface GridOffset.GridOffsetMutator extends GridOffsetXAccessor.GridOffsetXMutator, GridOffsetYAccessor.GridOffsetYMutator
The Interface GridOffsetMutator.
-
Method Summary
Modifier and Type Method Description voidsetGridOffset(int aOffsetX, int aOffsetY)Sets the grid offset.voidsetGridOffset(GridOffset aOffset)Sets the grid offset.voidsetGridOffset(Offset aOffset)Sets the grid offset.voidsetGridOffset(Position aOffset)Sets the grid offset.Methods inherited from interface org.refcodes.graphical.GridOffsetXAccessor.GridOffsetXMutator
setGridOffsetXMethods inherited from interface org.refcodes.graphical.GridOffsetYAccessor.GridOffsetYMutator
setGridOffsetY
-
Method Details
-
setGridOffset
void setGridOffset(int aOffsetX, int aOffsetY)Sets the grid offset.- Parameters:
aOffsetX- the offset XaOffsetY- the offset Y
-
setGridOffset
Sets the grid offset.- Parameters:
aOffset- the new grid offset
-
setGridOffset
Sets the grid offset.- Parameters:
aOffset- the new grid offset
-
setGridOffset
Sets the grid offset.- Parameters:
aOffset- the new grid offset
-