edu.ucla.stat.SOCR.chart.gui
Class SOCRCategoryCellLabelGenerator

java.lang.Object
  extended by StandardCategorySeriesLabelGenerator
      extended by edu.ucla.stat.SOCR.chart.gui.SOCRCategoryCellLabelGenerator

public class SOCRCategoryCellLabelGenerator
extends StandardCategorySeriesLabelGenerator


Constructor Summary
SOCRCategoryCellLabelGenerator(CategoryDataset dataset, java.lang.String[][] vs, int sCount, int cCount)
           
 
Method Summary
 java.lang.String generateLabel(CategoryDataset dataset, int series)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOCRCategoryCellLabelGenerator

public SOCRCategoryCellLabelGenerator(CategoryDataset dataset,
                                      java.lang.String[][] vs,
                                      int sCount,
                                      int cCount)
Method Detail

generateLabel

public java.lang.String generateLabel(CategoryDataset dataset,
                                      int series)