org.fhcrc.cpl.toolbox.gui.chart
Class PanelWithLineChart.NullLabelGenerator

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.gui.chart.PanelWithLineChart.NullLabelGenerator
All Implemented Interfaces:
org.jfree.chart.labels.XYItemLabelGenerator
Enclosing class:
PanelWithLineChart

protected static class PanelWithLineChart.NullLabelGenerator
extends java.lang.Object
implements org.jfree.chart.labels.XYItemLabelGenerator

This should not be necessary. dhmay creating this class for the jfreechart 1.0.6 upgrade. We shouldn't have to specify a labelgenerator at all for the barchart


Constructor Summary
protected PanelWithLineChart.NullLabelGenerator()
           
 
Method Summary
 java.lang.String generateLabel(org.jfree.data.xy.XYDataset dataset, int series, int item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelWithLineChart.NullLabelGenerator

protected PanelWithLineChart.NullLabelGenerator()
Method Detail

generateLabel

public java.lang.String generateLabel(org.jfree.data.xy.XYDataset dataset,
                                      int series,
                                      int item)
Specified by:
generateLabel in interface org.jfree.chart.labels.XYItemLabelGenerator


Fred Hutchinson Cancer Research Center