Module org.refcodes.textual
Package org.refcodes.textual
Interface FontAccessor.FontBuilder<B extends FontAccessor.FontBuilder<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:
- FontAccessor
public static interface FontAccessor.FontBuilder<B extends FontAccessor.FontBuilder<B>>
Provides a builder method for a font property returning the builder for
applying multiple build operations.
-
Method Summary
-
Method Details
-
withFont
Sets the font for the font property.- Parameters:
aFont
- The font to be stored by the font property.- Returns:
- The builder for applying multiple build operations.
-