java.lang.Object
org.aya.pretty.printer.PrinterConfig.Basic
org.aya.pretty.backend.string.StringPrinterConfig
org.aya.pretty.backend.html.DocHtmlPrinter.Config
- All Implemented Interfaces:
PrinterConfig
- Enclosing class:
DocHtmlPrinter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.pretty.printer.PrinterConfig
PrinterConfig.Basic -
Field Summary
FieldsFields inherited from class org.aya.pretty.backend.string.StringPrinterConfig
unicodeFields inherited from interface org.aya.pretty.printer.PrinterConfig
INFINITE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionConfig(boolean withHeader) Config(ColorScheme colorScheme, StyleFamily styleFamily, boolean withHeader) -
Method Summary
Methods inherited from class org.aya.pretty.backend.string.StringPrinterConfig
getStylist, unixTerminal, unixTerminal, unixTerminal, unixTerminalMethods inherited from class org.aya.pretty.printer.PrinterConfig.Basic
getPageHeight, getPageWidth
-
Field Details
-
withHeader
public final boolean withHeader
-
-
Constructor Details
-
Config
public Config(boolean withHeader) -
Config
-