FieldDimension
, FieldDimension.FieldDimensionBuilder<FieldDimension.FieldDimensionPropertyBuilder>
, FieldDimension.FieldDimensionMutator
, FieldDimension.FieldDimensionProperty
, FieldDimension.FieldDimensionPropertyBuilder
, FieldGapAccessor
, FieldGapAccessor.FieldGapBuilder<FieldDimension.FieldDimensionPropertyBuilder>
, FieldGapAccessor.FieldGapMutator
, FieldGapAccessor.FieldGapProperty
, FieldHeightAccessor
, FieldHeightAccessor.FieldHeightBuilder<FieldDimension.FieldDimensionPropertyBuilder>
, FieldHeightAccessor.FieldHeightMutator
, FieldHeightAccessor.FieldHeightProperty
, FieldWidthAccessor
, FieldWidthAccessor.FieldWidthBuilder<FieldDimension.FieldDimensionPropertyBuilder>
, FieldWidthAccessor.FieldWidthMutator
, FieldWidthAccessor.FieldWidthProperty
public static class FieldDimensionImpl.FieldDimensionPropertyBuilderImpl extends FieldDimensionImpl implements FieldDimension.FieldDimensionPropertyBuilder
FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilder
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl
FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapProperty
FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightProperty
FieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthProperty
_fieldGap, _fieldHeight, _fieldWidth
Constructor | 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 | Description |
---|---|---|
void |
setFieldDimension(int aWidth,
int aHeight) |
Sets the field dimension.
|
void |
setFieldDimension(int aWidth,
int aHeight,
int aGap) |
Sets the field dimension.
|
void |
setFieldDimension(Dimension aDimension) |
Sets the field dimension.
|
void |
setFieldDimension(FieldDimension aDimension) |
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(int aWidth,
int aHeight) |
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(int aWidth,
int aHeight,
int aGap) |
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(Dimension aDimension) |
With field dimension.
|
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
withFieldDimension(FieldDimension aDimension) |
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, toString
getFieldGap
getFieldHeight
getFieldWidth
public FieldDimensionPropertyBuilderImpl()
public FieldDimensionPropertyBuilderImpl(int aWidth, int aHeight, int aGap)
aWidth
- the widthaHeight
- the heightaGap
- the gappublic void setFieldWidth(int aWidth)
setFieldWidth
in interface FieldWidthAccessor.FieldWidthMutator
aWidth
- 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.FieldHeightMutator
aHeight
- 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.FieldDimensionMutator
aWidth
- the field widthaHeight
- the field heightpublic void setFieldDimension(int aWidth, int aHeight, int aGap)
setFieldDimension
in interface FieldDimension.FieldDimensionMutator
aWidth
- the field widthaHeight
- the field heightaGap
- the gappublic void setFieldDimension(FieldDimension aDimension)
setFieldDimension
in interface FieldDimension.FieldDimensionMutator
aDimension
- 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.FieldDimensionMutator
aDimension
- the new field dimensionpublic void setFieldGap(int aFieldGap)
setFieldGap
in interface FieldGapAccessor.FieldGapMutator
aFieldGap
- 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.