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 field widthaFieldHeight - the field heightB withFieldDimension(int aFieldWidth, int aFieldHeight, int aGap)
aFieldWidth - the field widthaFieldHeight - the field heightaGap - the gapB withFieldDimension(FieldDimension aField)
aField - the fieldCopyright © 2018. All rights reserved.