B - The builder to return in order to be able to apply multiple
build operations.public static interface MinGridDimension.MinGridDimensionBuilder<B extends MinGridDimension.MinGridDimensionBuilder<B>>
| Modifier and Type | Method and Description |
|---|---|
B |
withMinGridDimension(GridDimension aGridDimension)
Sets the min grid dimension for the min grid dimension property.
|
B |
withMinGridDimension(int aGridWidth,
int aGridHeight)
Sets the min grid dimension for the min grid dimension property.
|
B withMinGridDimension(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.B withMinGridDimension(GridDimension aGridDimension)
aGridDimension - The min grid dimension to be stored by the min
grid dimension property.Copyright © 2017. All rights reserved.