List of usage examples for org.jfree.chart.labels AbstractCategoryItemLabelGenerator subclass-usage
From source file it.eng.spagobi.engines.chart.bo.charttypes.utils.LabelGenerator.java
public class LabelGenerator extends AbstractCategoryItemLabelGenerator implements CategoryItemLabelGenerator { public LabelGenerator(String labelFormat, DateFormat formatter) { super(labelFormat, formatter); // TODO Auto-generated constructor stub }
From source file org.sakaiproject.evaluation.tool.reporting.LikertPercentageItemLabelGenerator.java
/** * * @author Steven Githens * @author Aaron Zeckoski (aaronz@vt.edu) */ public class LikertPercentageItemLabelGenerator extends AbstractCategoryItemLabelGenerator
From source file ch.unibe.iam.scg.archie.ui.charts.HistogramTooltipGenerator.java
/**
*
* <p>
* Custom tooltip generator for the age histogram chart. This basically reverts
* all negative values so that all tooltips in the age histogram have positive
* values, even the ones on the negative (left) side.
From source file jenkins.plugins.livingdoc.chart.NumberLabelGenerator.java
final class NumberLabelGenerator extends AbstractCategoryItemLabelGenerator implements CategoryItemLabelGenerator { private static final long serialVersionUID = 1L; NumberLabelGenerator() { super("", NumberFormat.getIntegerInstance());
From source file com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator.java
/** * This is the item label generator for the Pareto chart plotter. * * @author Ingo Mierswa */ public class ParetoChartItemLabelGenerator extends AbstractCategoryItemLabelGenerator