Interface FieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<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:
FieldWidthAccessor

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

    Modifier and Type
    Method
    Description
    withFieldWidth(int aWidth)
    Sets the field width for the field width property.
  • Method Details

    • withFieldWidth

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