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 a grid widthaGridHeight - the a grid heightB withGridDimension(GridDimension aDimension)
aDimension - the a dimensionCopyright © 2017. All rights reserved.