public static class FieldDimensionImpl.FieldDimensionPropertyBuilderImpl extends FieldDimensionImpl implements FieldDimension.FieldDimensionPropertyBuilder
FieldDimensionImpl.FieldDimensionPropertyBuilderImplFieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilderFieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthPropertyFieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightPropertyFieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapProperty_fieldGap, _fieldHeight, _fieldWidth| Constructor and Description |
|---|
FieldDimensionPropertyBuilderImpl()
Instantiates a new field dimension property builder impl.
|
FieldDimensionPropertyBuilderImpl(int aWidth,
int aHeight,
int aGap)
Instantiates a new field dimension property builder impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFieldDimension(Dimension aDimension)
Sets the field dimension.
|
void |
setFieldDimension(FieldDimension aDimension)
Sets the field dimension.
|
void |
setFieldDimension(int aWidth,
int aHeight)
Sets the field dimension.
|
void |
setFieldDimension(int aWidth,
int aHeight,
int aGap)
Sets the field dimension.
|
void |
setFieldGap(int aFieldGap)
Sets the field gap for the field gap property.
|
void |
setFieldHeight(int aHeight)
Sets the field height for the field height property.
|
void |
setFieldWidth(int aWidth)
Sets the field width for the field width property.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(Dimension aDimension)
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(FieldDimension aDimension)
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(int aWidth,
int aHeight)
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(int aWidth,
int aHeight,
int aGap)
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldGap(int aFieldGap)
Sets the field gap for the field gap property.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldHeight(int aHeight)
Sets the field height for the field height property.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldWidth(int aWidth)
Sets the field width for the field width property.
|
getFieldGap, getFieldHeight, getFieldWidth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalsgetFieldWidthgetFieldHeightgetFieldGappublic FieldDimensionPropertyBuilderImpl()
public FieldDimensionPropertyBuilderImpl(int aWidth,
int aHeight,
int aGap)
aWidth - the widthaHeight - the heightaGap - the gappublic void setFieldWidth(int aWidth)
setFieldWidth in interface FieldWidthAccessor.FieldWidthMutatoraWidth - The field width to be stored by the field width
property.public FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldWidth(int aWidth)
withFieldWidth in interface FieldWidthAccessor.FieldWidthBuilder<FieldDimension.FieldDimensionPropertyBuilder>aWidth - The field width to be stored by the field width
property.public void setFieldHeight(int aHeight)
setFieldHeight in interface FieldHeightAccessor.FieldHeightMutatoraHeight - The field height to be stored by the field height
property.public FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldHeight(int aHeight)
withFieldHeight in interface FieldHeightAccessor.FieldHeightBuilder<FieldDimension.FieldDimensionPropertyBuilder>aHeight - The field height to be stored by the field height
property.public FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldDimension(int aWidth, int aHeight)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<FieldDimension.FieldDimensionPropertyBuilder>aWidth - the field widthaHeight - the field heightpublic FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldDimension(int aWidth, int aHeight, int aGap)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<FieldDimension.FieldDimensionPropertyBuilder>aWidth - the field widthaHeight - the field heightaGap - the gappublic FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldDimension(FieldDimension aDimension)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<FieldDimension.FieldDimensionPropertyBuilder>aDimension - the fieldpublic void setFieldDimension(int aWidth,
int aHeight)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the field widthaHeight - the field heightpublic void setFieldDimension(int aWidth,
int aHeight,
int aGap)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the field widthaHeight - the field heightaGap - the gappublic void setFieldDimension(FieldDimension aDimension)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldDimension(Dimension aDimension)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<FieldDimension.FieldDimensionPropertyBuilder>aDimension - the dimensionpublic void setFieldDimension(Dimension aDimension)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic void setFieldGap(int aFieldGap)
setFieldGap in interface FieldGapAccessor.FieldGapMutatoraFieldGap - The field gap to be stored by the field gap
property.public FieldDimensionImpl.FieldDimensionPropertyBuilderImpl withFieldGap(int aFieldGap)
withFieldGap in interface FieldGapAccessor.FieldGapBuilder<FieldDimension.FieldDimensionPropertyBuilder>aFieldGap - The field gap to be stored by the field gap
property.Copyright © 2018. All rights reserved.