B - the generic typepublic static interface GridDimension.GridDimensionBuilder<B extends GridDimension.GridDimensionBuilder<B>> extends GridWidthAccessor.GridWidthBuilder<B>, GridHeightAccessor.GridHeightBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
B |
withGridDimension(Dimension aDimension)
With grid dimension.
|
B |
withGridDimension(GridDimension aDimension)
With grid dimension.
|
B |
withGridDimension(int aGridWidth,
int aGridHeight)
With grid dimension.
|
withGridWidthwithGridHeightB withGridDimension(int aGridWidth, int aGridHeight)
aGridWidth - the grid widthaGridHeight - the grid heightB withGridDimension(GridDimension aDimension)
aDimension - the dimensionCopyright © 2018. All rights reserved.