Uses of Class
org.openfaces.component.chart.Tuple

Packages that use Tuple
org.openfaces.component.chart   
 

Uses of Tuple in org.openfaces.component.chart
 

Fields in org.openfaces.component.chart with type parameters of type Tuple
static java.util.Comparator<Tuple> Sorter.ASCENDING
           
static java.util.Comparator<Tuple> Sorter.DESCENDING
           
static java.util.Comparator<Tuple> Sorter.NONE
           
 

Methods in org.openfaces.component.chart that return Tuple
 Tuple[] PlainSeries.getTuples()
           
 Tuple[] Series.getTuples()
           
 

Methods in org.openfaces.component.chart that return types with arguments of type Tuple
 java.util.Comparator<Tuple> PlainSeries.getComparator()
           
 

Method parameters in org.openfaces.component.chart with type arguments of type Tuple
 void PlainSeries.setComparator(java.util.Comparator<Tuple> comparator)
           
 



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