| Package | Description |
|---|---|
| xyz.cofe.gui.swing.cell |
| Modifier and Type | Class and Description |
|---|---|
class |
TableCellContext
Контекст ячейки таблицы
|
| Modifier and Type | Field and Description |
|---|---|
protected CellContext |
LabelRender.backgroundContext |
protected CellContext |
LabelRender.bodyContext |
protected CellContext |
LabelRender.borderContext |
protected CellContext |
LabelRender.context |
protected CellContext |
LabelRender.icoContext |
protected CellContext |
LabelRender.textContext |
| Modifier and Type | Method and Description |
|---|---|
<CtxType extends CellContext> |
LabelRender.addFormatter(Class<CtxType> cls,
Func2<CellFormat,CtxType,CellFormat> formatter)
Добавляет форматирование для определенного класса контекста
|
| Modifier and Type | Method and Description |
|---|---|
CellContext |
CellContext.clone()
Клонирование
|
CellContext |
CellContext.padBottom(double pad)
Уменьшает размер прямоугольника (bounds) снизу
|
CellContext |
CellContext.padLeft(double pad)
Уменьшает размер прямоугольника (bounds) слева
|
CellContext |
CellContext.padRight(double pad)
Уменьшает размер прямоугольника (bounds) справа
|
CellContext |
CellContext.padTop(double pad)
Уменьшает размер прямоугольника (bounds) сверху
|
CellContext |
CellContext.value(Object value)
Указывает отображаемое значение
|
| Modifier and Type | Method and Description |
|---|---|
List<Func2<CellFormat,CellContext,CellFormat>> |
LabelRender.getFormatters()
Список правил условного форматирования
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
LineBorderRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
FillRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
FlatTextRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
LabelRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
StackRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
ImageRender.cellRectangle(Graphics2D gs,
CellContext context) |
Rectangle2D |
CellRender.cellRectangle(Graphics2D gs,
CellContext context)
Получение размера отображаемых данных
|
void |
LineBorderRender.cellRender(Graphics2D gs,
CellContext context) |
void |
FillRender.cellRender(Graphics2D gs,
CellContext context) |
void |
FlatTextRender.cellRender(Graphics2D gs,
CellContext context) |
void |
LabelRender.cellRender(Graphics2D gs,
CellContext context) |
void |
StackRender.cellRender(Graphics2D gs,
CellContext context) |
void |
ImageRender.cellRender(Graphics2D gs,
CellContext context) |
void |
CellRender.cellRender(Graphics2D gs,
CellContext context)
Отоброжение/рендер данных
|
protected boolean |
DefaultLabelRender.prepare(Graphics2D gs,
CellContext context,
CellFormat cf) |
protected boolean |
LabelRender.prepare(Graphics2D gs,
CellContext context,
CellFormat cf) |
Copyright © 2018. All rights reserved.