anl.aida.plot
Class GroupScatterPlot.LabelGenerator

java.lang.Object
  extended by anl.aida.plot.GroupScatterPlot.LabelGenerator
All Implemented Interfaces:
org.jfree.chart.labels.XYItemLabelGenerator
Enclosing class:
GroupScatterPlot

private static class GroupScatterPlot.LabelGenerator
extends java.lang.Object
implements org.jfree.chart.labels.XYItemLabelGenerator


Constructor Summary
private GroupScatterPlot.LabelGenerator()
           
 
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

GroupScatterPlot.LabelGenerator

private GroupScatterPlot.LabelGenerator()
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