|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.ObjectTable
org.jfree.util.FontTable
A table of Font objects.
| Constructor Summary | |
FontTable()
Creates a new font table. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Tests this font table for equality with another object (typically also a font table). |
java.awt.Font |
getFont(int row,
int column)
Returns the Font object from a particular cell in the table. |
void |
setFont(int row,
int column,
java.awt.Font font)
Sets the font for a cell in the table. |
| Methods inherited from class org.jfree.util.ObjectTable |
clear, ensureCapacity, ensureRowCapacity, getColumnCount, getColumnIncrement, getObject, getRowCount, getRowIncrement, hashCode, readSerializedData, setObject, writeSerializedData |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FontTable()
| Method Detail |
public java.awt.Font getFont(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
public void setFont(int row,
int column,
java.awt.Font font)
row - the row index (zero-based).column - the column index (zero-based).font - the font.public boolean equals(java.lang.Object o)
equals in class ObjectTableo - the other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||