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 a widthaHeight - the a heightvoid setGridDimension(GridDimension aDimension)
aDimension - the new grid dimensionvoid setGridDimension(Dimension aDimension)
aDimension - the new grid dimensionCopyright © 2017. All rights reserved.