java.lang.Object
org.aya.pretty.printer.PrinterConfig.Basic
org.aya.pretty.backend.string.StringPrinterConfig
- All Implemented Interfaces:
PrinterConfig
- Direct Known Subclasses:
DocHtmlPrinter.Config,DocTeXPrinter.Config
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.pretty.printer.PrinterConfig
PrinterConfig.Basic -
Field Summary
FieldsFields inherited from interface org.aya.pretty.printer.PrinterConfig
INFINITE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionStringPrinterConfig(@NotNull StringStylist stylist, int pageWidth, boolean unicode) -
Method Summary
Modifier and TypeMethodDescription@NotNull StringStyliststatic @NotNull StringPrinterConfigstatic @NotNull StringPrinterConfigunixTerminal(int pageWidth) static @NotNull StringPrinterConfigunixTerminal(@NotNull ColorScheme colorScheme, @NotNull StyleFamily styleFamily, int pageWidth, boolean unicode) static @NotNull StringPrinterConfigunixTerminal(@NotNull StyleFamily styleFamily, int pageWidth, boolean unicode) Methods inherited from class org.aya.pretty.printer.PrinterConfig.Basic
getPageHeight, getPageWidth
-
Field Details
-
unicode
public final boolean unicode
-
-
Constructor Details
-
StringPrinterConfig
-
-
Method Details
-
getStylist
- Specified by:
getStylistin interfacePrinterConfig- Overrides:
getStylistin classPrinterConfig.Basic
-
unixTerminal
@NotNull public static @NotNull StringPrinterConfig unixTerminal(@NotNull @NotNull ColorScheme colorScheme, @NotNull @NotNull StyleFamily styleFamily, int pageWidth, boolean unicode) -
unixTerminal
@NotNull public static @NotNull StringPrinterConfig unixTerminal(@NotNull @NotNull StyleFamily styleFamily, int pageWidth, boolean unicode) -
unixTerminal
-
unixTerminal
-