| Package | Description |
|---|---|
| xyz.cofe.gui.swing.cell |
Отображение ячейки таблицы/списка/дерева
|
| Modifier and Type | Field and Description |
|---|---|
protected TextAliasing |
FlatTextRender.aliasing |
protected TextAliasing |
CellFormat.textAliasing |
| Modifier and Type | Method and Description |
|---|---|
TextAliasing |
FlatTextRender.getAliasing()
Указывает тип отображения шрифта (anti-aliasing) текста
|
TextAliasing |
CellFormat.getTextAliasing()
Возвращает способ сглаживания текста
|
static TextAliasing |
TextAliasing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAliasing[] |
TextAliasing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlatTextRender |
FlatTextRender.aliasing(TextAliasing v)
Указывает тип отображения шрифта (anti-aliasing) текста
|
void |
FlatTextRender.setAliasing(TextAliasing aliasing)
Указывает тип отображения шрифта (anti-aliasing) текста
|
void |
CellFormat.setTextAliasing(TextAliasing textAliasing)
Указывает способ сглаживания текста
|
CellFormat |
CellFormat.textAliasing(TextAliasing aliasing)
Указывает способ сглаживания текста
|
Copyright © 2019. All rights reserved.