public static interface GridDimension.GridDimensionMutator extends GridHeightAccessor.GridHeightMutator, GridWidthAccessor.GridWidthMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setGridDimension(Dimension aDimension)
Sets the grid dimension.
|
void |
setGridDimension(GridDimension aDimension)
Sets the grid dimension.
|
void |
setGridDimension(int aWidth,
int aHeight)
Sets the grid dimension.
|
setGridHeightsetGridWidthvoid setGridDimension(int aWidth,
int aHeight)
aWidth - the widthaHeight - the heightvoid setGridDimension(GridDimension aDimension)
aDimension - the new grid dimensionvoid setGridDimension(Dimension aDimension)
aDimension - the new grid dimensionCopyright © 2018. All rights reserved.