| 限定符和类型 | 方法和说明 |
|---|---|
static Layout |
Layout.get(Integer code) |
Layout |
Rule.getHorizontalLayout() |
Layout |
Rule.getVerticalLayout() |
static Layout |
Layout.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Layout[] |
Layout.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
BananaUtils.bananaify(String text,
Font font,
Layout horizontalLayout,
Layout verticalLayout)
Returns the FIGlet of the text with the specified font.
|
static String |
BananaUtils.bananaify(String text,
Layout horizontalLayout,
Layout verticalLayout)
Returns the FIGlet of the text.
|
static String |
BananaUtils.bananansi(String text,
Font font,
Layout horizontalLayout,
Layout verticalLayout,
Ansi... styles)
Returns the FIGlet of the text with the specified font and styles.
|
static String |
BananaUtils.bananansi(String text,
Layout horizontalLayout,
Layout verticalLayout,
Ansi... styles)
Returns the FIGlet of the text with the specified styles.
|
static String[] |
BananaUtils.generateFiglet(String text,
Font font,
Layout horizontalLayout,
Layout verticalLayout)
Returns the FIGlet of the text with the specified font.
|
void |
Rule.setHorizontal(Layout horizontalLayout,
boolean horizontal1,
boolean horizontal2,
boolean horizontal3,
boolean horizontal4,
boolean horizontal5,
boolean horizontal6) |
void |
Rule.setHorizontalLayout(Layout horizontalLayout) |
void |
Rule.setVertical(Layout verticalLayout,
boolean vertical1,
boolean vertical2,
boolean vertical3,
boolean vertical4,
boolean vertical5) |
void |
Rule.setVerticalLayout(Layout verticalLayout) |
| 构造器和说明 |
|---|
Rule(Layout horizontalLayout,
boolean horizontal1,
boolean horizontal2,
boolean horizontal3,
boolean horizontal4,
boolean horizontal5,
boolean horizontal6,
Layout verticalLayout,
boolean vertical1,
boolean vertical2,
boolean vertical3,
boolean vertical4,
boolean vertical5) |
Copyright © 2021. All rights reserved.