Interface FillCharAccessor.FillCharBuilder<B extends FillCharAccessor.FillCharBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
HorizAlignTextBuilder, TextBlockBuilder
Enclosing interface:
FillCharAccessor

public static interface FillCharAccessor.FillCharBuilder<B extends FillCharAccessor.FillCharBuilder<B>>
Provides a builder method for a fill char property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFillChar(char aFillChar)
    Sets the fill char for the fill char property.
  • Method Details

    • withFillChar

      B withFillChar(char aFillChar)
      Sets the fill char for the fill char property.
      Parameters:
      aFillChar - The fill char to be stored by the fill char property.
      Returns:
      The builder for applying multiple build operations.