Interface RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>

Type Parameters:
B - The builder which implements the RowWidthAccessor.RowWidthBuilder.
Enclosing interface:
RowWidthAccessor

public static interface RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>
Provides a mutator for an output stream property.
  • Method Summary

    Modifier and Type Method Description
    B withRowWidth​(int aRowWidth)
    Sets the rows width to use returns this builder as of the builder pattern.
  • Method Details

    • withRowWidth

      B withRowWidth​(int aRowWidth)
      Sets the rows width to use returns this builder as of the builder pattern.
      Parameters:
      aRowWidth - The row width to be used when printing a row or the header.
      Returns:
      This instance to continue configuration.