ecar.servlet.grafico
Class GraficoRealizadoNoExercicio.LabelGenerator

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

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

Classe respons�vel pela gera��o do label utilizado no gr�fico.


Constructor Summary
GraficoRealizadoNoExercicio.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)
          Gera o label para o item especificado
 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

GraficoRealizadoNoExercicio.LabelGenerator

GraficoRealizadoNoExercicio.LabelGenerator()
Method Detail

generateLabel

public java.lang.String generateLabel(org.jfree.data.category.CategoryDataset dataSet,
                                      int series,
                                      int category)
Gera o label para o item especificado

Specified by:
generateLabel in interface org.jfree.chart.labels.CategoryItemLabelGenerator
Parameters:
dataset -
series -
category -
Returns:
O label que ser� utilizado no gr�fico

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á