public class FieldDimensionImpl extends Object implements FieldDimension
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl |
FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilderFieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightPropertyFieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthPropertyFieldGapAccessor.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() |
|
FieldDimensionImpl(int aWidth,
int aHeight,
int aFieldGap) |
| 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, waitequalsprotected int _fieldWidth
protected int _fieldHeight
protected int _fieldGap
protected FieldDimensionImpl()
public FieldDimensionImpl(int aWidth,
int aHeight,
int aFieldGap)
public int getFieldWidth()
FieldWidthAccessorgetFieldWidth in interface FieldWidthAccessorpublic int getFieldHeight()
FieldHeightAccessorgetFieldHeight in interface FieldHeightAccessorpublic int getFieldGap()
FieldGapAccessorgetFieldGap in interface FieldGapAccessorCopyright © 2017. All rights reserved.