public static interface MinGridDimension.MinGridDimensionMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setMinGridDimension(GridDimension aGridDimension)
Sets the min grid dimension for the min grid dimension property.
|
void |
setMinGridDimension(int aGridWidth,
int aGridHeight)
Sets the min grid dimension for the min grid dimension property.
|
void setMinGridDimension(GridDimension aGridDimension)
aGridDimension - The min grid dimension to be stored by the grid
dimension property.void setMinGridDimension(int aGridWidth,
int aGridHeight)
aGridWidth - The min grid width to be stored by the min grid
dimension property.aGridHeight - The min grid height to be stored by the min grid
dimension property.Copyright © 2017. All rights reserved.