ecar.servlet.grafico
Class GraficoGanttPontosCriticos.LabelGenerator

java.lang.Object
  extended by ecar.servlet.grafico.GraficoGanttPontosCriticos.LabelGenerator
All Implemented Interfaces:
org.jfree.chart.labels.CategoryItemLabelGenerator
Enclosing class:
GraficoGanttPontosCriticos

static class GraficoGanttPontosCriticos.LabelGenerator
extends java.lang.Object
implements org.jfree.chart.labels.CategoryItemLabelGenerator


Constructor Summary
GraficoGanttPontosCriticos.LabelGenerator()
           
 
Method Summary
 java.lang.String generateColumnLabel(org.jfree.data.category.CategoryDataset arg0, int arg1)
           
 java.lang.String generateLabel(org.jfree.data.category.CategoryDataset dataSet, int series, int category)
          Generates a label for the specified item.
 java.lang.String generateRowLabel(org.jfree.data.category.CategoryDataset arg0, int arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraficoGanttPontosCriticos.LabelGenerator

GraficoGanttPontosCriticos.LabelGenerator()
Method Detail

generateLabel

public java.lang.String generateLabel(org.jfree.data.category.CategoryDataset dataSet,
                                      int series,
                                      int category)
Generates a label for the specified item. The label is typically a formatted version of the data value, but any text can be used.

Specified by:
generateLabel in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Parameters:
dataset - the dataset (null not permitted).
series - the series index (zero-based).
category - the category index (zero-based).
Returns:
The label (possibly null).

generateColumnLabel

public java.lang.String generateColumnLabel(org.jfree.data.category.CategoryDataset arg0,
                                            int arg1)
Specified by:
generateColumnLabel in interface org.jfree.chart.labels.CategoryItemLabelGenerator

generateRowLabel

public java.lang.String generateRowLabel(org.jfree.data.category.CategoryDataset arg0,
                                         int arg1)
Specified by:
generateRowLabel in interface org.jfree.chart.labels.CategoryItemLabelGenerator


Copyright © 2007, PRODEPA - Processamento de Dados do Pará