|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
$Id: CellFont.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The CellFont Interface is implemented by DefaultCellAttribute
and used in JDynTable class.
It provides some standard methods concerning table cell font setting.
Method Summary | |
---|---|
java.awt.Font |
getFont(int row,
int column)
Returns font object characterizing font in the cell row/column |
void |
setFont(java.awt.Font font,
int[] rows,
int[] columns)
Sets new font in the cell area defined by row/column |
void |
setFont(java.awt.Font font,
int row,
int column)
Sets new font in the cell row/column |
Method Detail |
public java.awt.Font getFont(int row, int column)
row
- integer with Rowcolumn
- integer with Column
public void setFont(java.awt.Font font, int row, int column)
font
- new font for the cellrow
- integer with Rowcolumn
- integer with Columnpublic void setFont(java.awt.Font font, int[] rows, int[] columns)
font
- new font for the cellsrows
- Array of integers with Rowscolumns
- Array of integers with Columns
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |