| Package | Description |
|---|---|
| xyz.cofe.text.table |
| Modifier and Type | Method and Description |
|---|---|
TextCell |
TextCellBuilder.build(String text) |
TextCell |
CellFormat.build(String[] text,
int targetHeight)
Создает отформатированную ячейку с текстом
|
static TextCell |
TextCell.createBlock(String repeatText,
int width,
int height) |
TextCell |
Border.getBottomCell(Bounds b)
Нижняя ячейка текста.
|
TextCell |
Border.getBottomCell(int width)
Нижняя ячейка текста.
|
TextCell |
Border.getLeftBottomCell()
Левая нижняя ячейка текста.
|
TextCell |
Border.getLeftCell(Bounds b)
Левая ячейка текста.
|
TextCell |
Border.getLeftCell(int height)
Левая ячейка текста.
|
TextCell |
Border.getLeftTopCell()
Левая верхняя ячейка текста.
|
TextCell |
Border.getRightBottomCell()
Правая нижняя ячейка текста.
|
TextCell |
Border.getRightCell(Bounds b)
Правая ячейка текста.
|
TextCell |
Border.getRightCell(int height)
Правая ячейка текста.
|
TextCell |
Border.getRightTopCell()
Правая верхняя ячейка текста.
|
TextCell |
Border.getTopCell(Bounds b)
Верхняя ячейка текста.
|
TextCell |
Border.getTopCell(int width)
Верхняя ячейка текста.
|
TextCell |
TextCell.join(Iterable<TextCell> tcells) |
TextCell |
TextCell.join(TextCell... tcells) |
static TextCell |
TextCell.joinAsTextCell(Iterable<TextCell> tcells) |
static TextCell |
TextCell.joinAsTextCell(TextCell... tcells) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<String> |
Border.format(TextCell cell,
Border border) |
static Bounds |
Bounds.get(TextCell... tcells) |
TextCell |
TextCell.join(TextCell... tcells) |
static List<String> |
TextCell.joinAsList(TextCell... tcells) |
static TextCell |
TextCell.joinAsTextCell(TextCell... tcells) |
| Modifier and Type | Method and Description |
|---|---|
TextCell |
TextCell.join(Iterable<TextCell> tcells) |
static List<String> |
TextCell.joinAsList(Iterable<TextCell> tcells) |
static TextCell |
TextCell.joinAsTextCell(Iterable<TextCell> tcells) |
Copyright © 2018. All rights reserved.