Interface FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>>

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

public static interface FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>>
Provides a builder method for a font style property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFontSize(int aFontSize)
    Sets the font style for the font style property.
  • Method Details

    • withFontSize

      B withFontSize(int aFontSize)
      Sets the font style for the font style property.
      Parameters:
      aFontSize - The font style to be stored by the font style property.
      Returns:
      The builder for applying multiple build operations.