| Package | Description |
|---|---|
| xyz.cofe.gui.swing.cell |
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.autoIconPlaceholder(boolean autoIconPlaceholder)
Указывает автоматическое резервирование места под иконку
|
CellFormat |
CellFormat.backgroundColor(Color color) |
CellFormat |
CellFormat.bgColor(Color color) |
CellFormat |
CellFormat.bold(boolean bld) |
CellFormat |
CellFormat.borderBottom(Color color,
float width,
float... dash) |
CellFormat |
CellFormat.borderLeft(Color color,
float width,
float... dash)
Устанавливает левою границу бордюра
|
CellFormat |
CellFormat.borderRight(Color color,
float width,
float... dash)
Устанавливает правую границу бордюра
|
CellFormat |
CellFormat.borderTop(Color color,
float width,
float... dash) |
CellFormat |
CellFormat.clone()
Клонирование
|
CellFormat |
CellFormat.color(Color color)
Указывает цвет текста
|
CellFormat |
CellFormat.font(Font f) |
CellFormat |
CellFormat.font(String fontName,
float size,
boolean bold,
boolean italic) |
CellFormat |
CellFormat.fontSize(float pointSize) |
CellFormat |
LabelRender.getFormat()
Форматирование по умолчанию
|
CellFormat |
CellFormat.halign(double v)
Указывает выравнивание относительно контекста
|
CellFormat |
CellFormat.icon(Icon ico) |
CellFormat |
CellFormat.iconPadBottom(double v)
Указывает отступ сверху для иконки
|
CellFormat |
CellFormat.iconPadLeft(double v)
Указывает отступ слева для иконки
|
CellFormat |
CellFormat.iconPadRight(double v)
Указывает отступ справа для иконки
|
CellFormat |
CellFormat.iconPadTop(double v)
Указывает отступ сверху для иконки
|
CellFormat |
CellFormat.iconPlaceholder(Dimension placeholder)
Указывает резервирование места под иконку
|
CellFormat |
CellFormat.iconPlaceholder(double width,
double height)
Указывает резервирование места под иконку
|
CellFormat |
CellFormat.iconPlaceholder(int width,
int height)
Указывает резервирование места под иконку
|
CellFormat |
CellFormat.italic(boolean itlc) |
CellFormat |
CellFormat.padBottom(double v)
Указывает отступ сверху
|
CellFormat |
CellFormat.padLeft(double v)
Указывает отступ слева
|
CellFormat |
CellFormat.padRight(double v)
Указывает отступ справа
|
CellFormat |
CellFormat.padTop(double v)
Указывает отступ сверху
|
CellFormat |
CellFormat.reset()
Сброс форматирования
|
CellFormat |
CellFormat.textAliasing(TextAliasing aliasing) |
CellFormat |
CellFormat.textAlign(double v)
Указывает выравнивание текста по горизонтали относительно наибольшей строки текста.
|
CellFormat |
CellFormat.textPadBottom(double v)
Указывает отступ снизу в текстовом блоке
|
CellFormat |
CellFormat.textPadLeft(double v)
Указывает отступ слева в текстовом блоке
|
CellFormat |
CellFormat.textPadRight(double v)
Указывает отступ справа в текстовом блоке
|
CellFormat |
CellFormat.textPadTop(double v)
Указывает отступ сверху в текстовом блоке
|
CellFormat |
CellFormat.valign(double v)
Указывает выравнивание относительно контекста
|
| Modifier and Type | Method and Description |
|---|---|
List<Func2<CellFormat,CellContext,CellFormat>> |
LabelRender.getFormatters()
Список правил условного форматирования
|
List<Func2<CellFormat,CellContext,CellFormat>> |
LabelRender.getFormatters()
Список правил условного форматирования
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultLabelRender.prepare(Graphics2D gs,
CellContext context,
CellFormat cf) |
protected boolean |
LabelRender.prepare(Graphics2D gs,
CellContext context,
CellFormat cf) |
void |
LabelRender.setFormat(CellFormat cf) |
| Modifier and Type | Method and Description |
|---|---|
<CtxType extends CellContext> |
LabelRender.addFormatter(Class<CtxType> cls,
Func2<CellFormat,CtxType,CellFormat> formatter)
Добавляет форматирование для определенного класса контекста
|
<CtxType extends CellContext> |
LabelRender.addFormatter(Class<CtxType> cls,
Func2<CellFormat,CtxType,CellFormat> formatter)
Добавляет форматирование для определенного класса контекста
|
| Constructor and Description |
|---|
CellFormat(CellFormat sample)
Конструктор копирования
|
Copyright © 2018. All rights reserved.