Uses of Class
fr.inria.infovis.column.ValueAggregator

Packages that use ValueAggregator
fr.inria.infovis.column   
 

Uses of ValueAggregator in fr.inria.infovis.column
 

Subclasses of ValueAggregator in fr.inria.infovis.column
 class SubValueAggregator
          Aggregator of value This aggregator substract the two values.
 class SumValueAggregator
          Aggregator of value This aggregator add the two values.
 

Methods in fr.inria.infovis.column that return ValueAggregator
 ValueAggregator LayeredColumnProxy.getAggregator()
           
 

Methods in fr.inria.infovis.column with parameters of type ValueAggregator
 void LayeredColumnProxy.setAggregator(ValueAggregator aggregator)