Interface FieldDimension
- All Superinterfaces:
FieldGapAccessor, FieldHeightAccessor, FieldWidthAccessor
- All Known Subinterfaces:
FieldDimension.FieldDimensionAccessor, FieldDimension.FieldDimensionProperty, GridViewportPane<C,B>, Raster, Raster.RasterAccessor, Raster.RasterProperty
- All Known Implementing Classes:
FieldDimensionImpl, RasterImpl, RasterPropertyBuilder
Provides an accessor for a
FieldDimension property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides an accessor for aFieldDimensionproperty.static interfaceThe Interface FieldDimensionBuilder.static interfaceThe Interface FieldDimensionMutator.static interfaceThe Interface FieldDimensionProperty.Nested classes/interfaces inherited from interface FieldGapAccessor
FieldGapAccessor.FieldGapBuilder<B>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapPropertyNested classes/interfaces inherited from interface FieldHeightAccessor
FieldHeightAccessor.FieldHeightBuilder<B>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightPropertyNested classes/interfaces inherited from interface FieldWidthAccessor
FieldWidthAccessor.FieldWidthBuilder<B>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthProperty -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic booleanequals(FieldDimension aFieldDimensionA, FieldDimension aFieldDimensionB) Equals.Methods inherited from interface FieldGapAccessor
getFieldGapMethods inherited from interface FieldHeightAccessor
getFieldHeightMethods inherited from interface FieldWidthAccessor
getFieldWidth
-
Method Details
-
equals
Equals.- Parameters:
aFieldDimensionA- the field dimension AaFieldDimensionB- the field dimension B- Returns:
- true, if successful
-