| Package | Description |
|---|---|
| xyz.cofe.gui.swing.text |
Отображение (рендер) текста, активно используется для отображения ячеек таблицы
|
| Modifier and Type | Field and Description |
|---|---|
protected AString |
AString.Format.str |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedQueue<xyz.cofe.collection.Func1<AString,AString>> |
AString.Format.formatters |
protected ConcurrentLinkedQueue<xyz.cofe.collection.Func1<AString,AString>> |
AString.Format.formatters |
| Modifier and Type | Method and Description |
|---|---|
AString |
AString.Format.apply()
Применяет настройки форматирования и возвращает новую строку
|
AString |
AString.clone() |
AString |
AString.concat(BaseAString... astrings)
Склейка строк
|
AString |
AString.substring(int begin,
int endEx)
Выделение под строки
|
| Modifier and Type | Method and Description |
|---|---|
List<AString> |
AString.splitNewLines()
Разделяет текст на набор строк по символу(ам) перевода строк
|
| Constructor and Description |
|---|
Format(AString str,
int begin,
int end)
Конструктор
|
RichBlock(double left,
double top,
double halign,
AString text,
boolean splitNewLines,
Graphics2D gs,
Object textAntialiasingValue)
Конструктор
|
Copyright © 2019. All rights reserved.