|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.ObjectTable
org.jfree.chart.renderer.CategoryURLGeneratorTable
A lookup table for URL generators. Now based on the object table.
Constructor Summary | |
CategoryURLGeneratorTable()
Deprecated. Creates a new URL generator table. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Tests this paint table for equality with another object (typically another label generator table). |
CategoryURLGenerator |
getURLGenerator(int row,
int column)
Deprecated. Returns the URL generator object from a particular cell in the table. |
void |
setURLGenerator(int row,
int column,
CategoryURLGenerator generator)
Deprecated. Sets the URL generator for a cell in the table. |
Methods inherited from class org.jfree.util.ObjectTable |
getColumnCount, getObject, getRowCount, readSerializedData, setObject, writeSerializedData |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryURLGeneratorTable()
Method Detail |
public CategoryURLGenerator getURLGenerator(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).
public void setURLGenerator(int row, int column, CategoryURLGenerator generator)
row
- the row index (zero-based).column
- the column index (zero-based).generator
- the URL generator.public boolean equals(java.lang.Object o)
o
- the other object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |