Package fr.inria.infovis.column

Interface Summary
LayeredColumn extends the Column interface of infovis to handle layers.
 

Class Summary
IntVector A new Dynamic IntVector with an insert method.
LayeredColumnProxy A proxy Column to handle the layer mechanism (i.e adding another dimension to a standard 1D column).
SubValueAggregator Aggregator of value This aggregator substract the two values.
SumValueAggregator Aggregator of value This aggregator add the two values.
ValueAggregator Abstraction for Value Aggregation used by LayeredColumn