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 Subinterfaces:
AsciiArtBuilder
- All Known Implementing Classes:
AsciiArtBuilderImpl
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withFont(Font aFont)
Sets the font for the font property.
-