B
- The builder to return in order to be able to apply multiple
build operations.public static interface MaxGridDimension.MaxGridDimensionBuilder<B extends MaxGridDimension.MaxGridDimensionBuilder<B>>
Modifier and Type | Method and Description |
---|---|
B |
withMaxGridDimension(GridDimension aGridDimension)
Sets the max grid dimension for the max grid dimension property.
|
B |
withMaxGridDimension(int aWidth,
int aHeight)
Sets the max grid dimension for the max grid dimension property.
|
B withMaxGridDimension(GridDimension aGridDimension)
aGridDimension
- The max grid dimension to be stored by the grid
dimension property.B withMaxGridDimension(int aWidth, int aHeight)
aWidth
- The max grid width to be stored by the max grid
dimension property.aHeight
- The max grid height to be stored by the max grid
dimension property.Copyright © 2016. All rights reserved.