| Package | Description |
|---|---|
| xyz.cofe.gui.swing.cell |
Отображение ячейки таблицы/списка/дерева
|
| xyz.cofe.gui.swing.text |
Отображение (рендер) текста, активно используется для отображения ячеек таблицы
|
| Modifier and Type | Method and Description |
|---|---|
FlatBlock |
FlatTextRender.TLRUCache.get(Object key) |
FlatBlock |
FlatTextRender.TLRUCache.put(String key,
FlatBlock value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FlatBlock> |
FlatTextRender.getCache()
Возвращает кэш расчитанных текстовых блок
|
| Modifier and Type | Method and Description |
|---|---|
FlatBlock |
FlatTextRender.TLRUCache.put(String key,
FlatBlock value) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatTextRender.setCache(Map<String,FlatBlock> cache)
Указывает кэш расчитанных текстовых блок
|
| Modifier and Type | Field and Description |
|---|---|
protected FlatBlock |
FlatString.textBlock |
| Modifier and Type | Method and Description |
|---|---|
FlatBlock |
FlatString.getTextBlock()
Возвращает текстовый блок, к которому подготовлена строка
|
| Constructor and Description |
|---|
FlatString(String text,
Font font,
FontRenderContext ctx,
FlatBlock fblock)
Инициализация своств text, font, width, height, ascent, descent, lineHeight, leading
|
Copyright © 2019. All rights reserved.