B - the generic typepublic static interface FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>> extends FieldWidthAccessor.FieldWidthBuilder<B>, FieldHeightAccessor.FieldHeightBuilder<B>, FieldGapAccessor.FieldGapBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
B |
withFieldDimension(Dimension aDimension)
With field dimension.
|
B |
withFieldDimension(FieldDimension aField)
With field dimension.
|
B |
withFieldDimension(int aFieldWidth,
int aFieldHeight)
With field dimension.
|
B |
withFieldDimension(int aFieldWidth,
int aFieldHeight,
int aGap)
With field dimension.
|
withFieldWidthwithFieldHeightwithFieldGapB withFieldDimension(int aFieldWidth, int aFieldHeight)
aFieldWidth - the a field widthaFieldHeight - the a field heightB withFieldDimension(int aFieldWidth, int aFieldHeight, int aGap)
aFieldWidth - the a field widthaFieldHeight - the a field heightaGap - the a gapB withFieldDimension(FieldDimension aField)
aField - the a fieldCopyright © 2017. All rights reserved.