List of usage examples for org.jfree.chart LegendItemSource interface-usage
From source file lucee.runtime.chart.LegendItemSourceImpl.java
public class LegendItemSourceImpl implements LegendItemSource { public LegendItemCollection getLegendItems() { // TODO Auto-generated method stub return null; }
From source file daylightchart.daylightchart.chart.DaylightChartLegendItemSource.java
final class DaylightChartLegendItemSource implements LegendItemSource, Serializable { /** * */ private static final long serialVersionUID = -7877379059709945565L;
From source file com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine.java
/**
* This class creates a JFreeChart from a PlotConfiguration.
*
* Using the listener mechanism, the chart is updated or recreated each time the plot configuration
* changes.
*