|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ODTCellRenderer
A renderer for a cell of a spreadsheet
| Method Summary | |
|---|---|
void |
draw(Graphics2D g,
int x,
int y,
int cellWidth,
int cellHeight,
double resizeFactor,
TableTableCell cell,
StyleTableCellProperties cellProps)
Draws a cell |
| Method Detail |
|---|
void draw(Graphics2D g, int x, int y, int cellWidth, int cellHeight, double resizeFactor, TableTableCell cell, StyleTableCellProperties cellProps)
g - the graphics on which the cell will be rendereredx - the x-coordinate of the celly - the y-coordinate of the cellcellWidth - the width of the cellcellHeight - the height of the cellresizeFactor - the resize factor applied to the current renderingcell - the cell to rendercellProps - the properties of the cell
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||