Package net.sf.jasperreports.charts.util
Class CategoryLabelGenerator
- java.lang.Object
-
- org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
- org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
- net.sf.jasperreports.charts.util.CategoryLabelGenerator
-
- All Implemented Interfaces:
Serializable,Cloneable,org.jfree.chart.labels.CategoryItemLabelGenerator,org.jfree.util.PublicCloneable
public class CategoryLabelGenerator extends org.jfree.chart.labels.StandardCategoryItemLabelGenerator- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap)CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateLabel(org.jfree.data.category.CategoryDataset dataset, int series, int category)-
Methods inherited from class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
clone, createItemArray, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
CategoryLabelGenerator
public CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap)
-
CategoryLabelGenerator
public CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap, Locale locale)
-
-
Method Detail
-
generateLabel
public String generateLabel(org.jfree.data.category.CategoryDataset dataset, int series, int category)
- Specified by:
generateLabelin interfaceorg.jfree.chart.labels.CategoryItemLabelGenerator- Overrides:
generateLabelin classorg.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
-