| 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 © 2018. All rights reserved.