Interface FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
FieldDimension.FieldDimensionBuilder<B>, GridViewportPane<C,B>, Raster.RasterBuilder<B>
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
FieldHeightAccessor

public static interface FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>
Provides a builder method for a field height property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFieldHeight(int aHeight)
    Sets the field height for the field height property.
  • Method Details

    • withFieldHeight

      B withFieldHeight(int aHeight)
      Sets the field height for the field height property.
      Parameters:
      aHeight - The field height to be stored by the field height property.
      Returns:
      The builder for applying multiple build operations.