org.openfaces.component.chart.impl.generators
Class DynamicCategoryGenerator

java.lang.Object
  extended by org.openfaces.component.chart.impl.generators.DynamicCategoryGenerator

public class DynamicCategoryGenerator
extends java.lang.Object


Constructor Summary
DynamicCategoryGenerator(GridChartView view, ChartViewValueExpression dynamicProperty)
           
 
Method Summary
 boolean generateCondition(CategoryDataset categoryDataset, int i, int i1)
           
 java.lang.String generateToolTip(CategoryDataset categoryDataset, int i, int i1)
           
 java.lang.String generateURL(CategoryDataset categoryDataset, int i, int i1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicCategoryGenerator

public DynamicCategoryGenerator(GridChartView view,
                                ChartViewValueExpression dynamicProperty)
Method Detail

generateToolTip

public java.lang.String generateToolTip(CategoryDataset categoryDataset,
                                        int i,
                                        int i1)

generateURL

public java.lang.String generateURL(CategoryDataset categoryDataset,
                                    int i,
                                    int i1)

generateCondition

public boolean generateCondition(CategoryDataset categoryDataset,
                                 int i,
                                 int i1)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.