public class CategoryLabelGenerator
extends org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Constructor and Description |
---|
CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap) |
CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
generateLabel(org.jfree.data.category.CategoryDataset dataset,
int series,
int category) |
clone, createItemArray, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap)
public CategoryLabelGenerator(Map<Comparable<?>,Map<Comparable<?>,String>> labelsMap, Locale locale)
public String generateLabel(org.jfree.data.category.CategoryDataset dataset, int series, int category)
generateLabel
in interface org.jfree.chart.labels.CategoryItemLabelGenerator
generateLabel
in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Copyright © 2017. All rights reserved.