List of usage examples for org.jfree.chart.labels XYSeriesLabelGenerator interface-usage
From source file org.jfree.eastwood.GSeriesLabelGenerator.java
/** * A series label generator that ignores the series keys and just returns * the strings specified in the constructor. This is used by the * {@link ChartServlet} servlet to emulate the Google Chart API. */ public class GSeriesLabelGenerator implements XYSeriesLabelGenerator, CategorySeriesLabelGenerator {
From source file ec.util.chart.swing.JTimeSeriesRendererSupport.java
/** * * @author Philippe Charles */ abstract class JTimeSeriesRendererSupport implements XYItemLabelGenerator, XYSeriesLabelGenerator {