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 Subinterfaces:
    HorizAlignTextBuilder, TextBlockBuilder
    All Known Implementing Classes:
    HorizAlignTextBuilderImpl, TextBlockBuilderImpl
    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 Detail

      • 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.