public class FieldDimensionImpl extends Object implements FieldDimension
Modifier and Type | Class and Description |
---|---|
static class |
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl
The Class FieldDimensionPropertyBuilderImpl.
|
FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilder
FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightProperty
FieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthProperty
FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapProperty
Modifier and Type | Field and Description |
---|---|
protected int |
_fieldGap |
protected int |
_fieldHeight |
protected int |
_fieldWidth |
Modifier | Constructor and Description |
---|---|
protected |
FieldDimensionImpl()
Instantiates a new field dimension impl.
|
|
FieldDimensionImpl(int aWidth,
int aHeight,
int aFieldGap)
Instantiates a new field dimension impl.
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldGap()
Retrieves the field gap from the field gap property.
|
int |
getFieldHeight()
Retrieves the field height from the field height property.
|
int |
getFieldWidth()
Retrieves the field width from the field width property.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals
protected int _fieldWidth
protected int _fieldHeight
protected int _fieldGap
protected FieldDimensionImpl()
public FieldDimensionImpl(int aWidth, int aHeight, int aFieldGap)
aWidth
- the widthaHeight
- the heightaFieldGap
- the field gappublic int getFieldWidth()
getFieldWidth
in interface FieldWidthAccessor
public int getFieldHeight()
getFieldHeight
in interface FieldHeightAccessor
public int getFieldGap()
getFieldGap
in interface FieldGapAccessor
Copyright © 2018. All rights reserved.