Uses of Interface
org.refcodes.textual.FontStyleAccessor.FontStyleBuilder
-
-
Uses of FontStyleAccessor.FontStyleBuilder in org.refcodes.textual
Classes in org.refcodes.textual with type parameters of type FontStyleAccessor.FontStyleBuilder Modifier and Type Interface Description static interface
FontStyleAccessor.FontStyleBuilder<B extends FontStyleAccessor.FontStyleBuilder<B>>
Provides a builder method for a font style property returning the builder for applying multiple build operations.Classes in org.refcodes.textual that implement FontStyleAccessor.FontStyleBuilder Modifier and Type Class Description class
AsciiArtBuilder
ASCII-Art as of theAsciiArtBuilder
is represented by an array ofString
instances "visualizing" a given text (rendered with the givenFont
) or image as so called ASCII_HEADER_ASCII_BODY art.
-