public interface CellRender
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
cellRectangle(Graphics2D gs,
CellContext context)
Получение размера отображаемых данных
|
void |
cellRender(Graphics2D gs,
CellContext context)
Отоброжение/рендер данных
|
CellRender |
clone()
Создание клона
|
Rectangle2D cellRectangle(Graphics2D gs, CellContext context)
gs - объект граф выводаcontext - Контекст отображенияvoid cellRender(Graphics2D gs, CellContext context)
gs - объект граф выводаcontext - Контекст отображенияCellRender clone()
Copyright © 2019. All rights reserved.