java.lang.Object
org.aya.pretty.printer.PrinterConfig.Basic
- 所有已实现的接口:
PrinterConfig
- 直接已知子类:
StringPrinterConfig
- 封闭接口:
- PrinterConfig
Basic configure for other configs to easily extend config flags.
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.pretty.printer.PrinterConfig
PrinterConfig.Basic -
字段概要
从接口继承的字段 org.aya.pretty.printer.PrinterConfig
INFINITE_SIZE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intThe line count that a page can hold.intThe character count that a line can hold.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.aya.pretty.printer.PrinterConfig
getStylist
-
构造器详细资料
-
Basic
public Basic(int pageWidth, int pageHeight)
-
-
方法详细资料
-
getPageWidth
public int getPageWidth()从接口复制的说明:PrinterConfigThe character count that a line can hold.- 指定者:
getPageWidth在接口中PrinterConfig- 返回:
- page width or -1 for infinity page width.
-
getPageHeight
public int getPageHeight()从接口复制的说明:PrinterConfigThe line count that a page can hold.- 指定者:
getPageHeight在接口中PrinterConfig- 返回:
- page height or -1 for infinity page height.
-