|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.urls.StandardCategoryURLGenerator
org.openi.chart.EnhancedChartComponent.jpivotCategoryURLGenerator
A URLGenerator class to generate chart urls that work with jpivot
Method Summary | |
java.lang.String |
generateURL(org.jfree.data.category.CategoryDataset data,
int series,
int category)
Implementation of generateURL that integrates with jpivot/wcf framework. |
Methods inherited from class org.jfree.chart.urls.StandardCategoryURLGenerator |
clone, equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String generateURL(org.jfree.data.category.CategoryDataset data, int series, int category)
data
- the dataset.series
- the series index (zero-based).category
- the category index (zero-based).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |