Uses of Class
infovis.column.BasicColumn

Packages that use BasicColumn
infovis.column   
infovis.table Provides a set of classes related to visualization of tables. 
infovis.tree Provides a set of classes related to visualization of trees. 
infovis.tree.visualization Provides trees visualizations. 
infovis.visualization.ruler Management of rulers that go around and under visualizations. 
 

Uses of BasicColumn in infovis.column
 

Subclasses of BasicColumn in infovis.column
 class BasicObjectColumn
          Abstract base class for columns containing objects.
 class BooleanColumn
          Column of booleans.
 class CategoricalColumn
          Specialization of an IntColumn storing categorical values.
 class ColorColumn
          Column containing colors.
 class ColumnColumn
          Column containing columns.
 class DateColumn
          Specialization of LongColumn to manage dates.
 class DoubleColumn
          A column of double values, implemented by Colt DoubleArrayList.
 class DoubleMatrix1DColumn
          Wrapper for Colt DoubleMatrix1D columns.
 class EventColumn
          Column containing list of timed events.
 class FilterColumn
          Column managing BitSet s meant for filtering columns with dynamic queries.
 class FloatColumn
          A Column of float values, implemented by Colt FloatArrayList.
 class FunctionColumn
          Applies a unary function to a column and maintains the result into this column.
 class HistogramColumn
          Column computing and maintaining the histogram of a specified NumberColumn.
 class IntColumn
          A Column of integer values.
 class IntSparseColumn
          Class IntSparseColumn
 class LiteralColumn
          Abstract class for all columns containing literal values.
 class LongColumn
          A Column of longs.
 class ObjectColumn
          A Column of Strings.
 class ShapeColumn
          Columns of shapes and RectPool management.
 class SortedCategoricalColumn
          SortedCategoricalColumn is an IntColumn computed from a StringColumn containing the order of each string.
 class SparseColumn
          Base class for sparse columns, i˙e˙ columns containing few elements.
 class StringColumn
          A Column of Strings.
 

Uses of BasicColumn in infovis.table
 

Subclasses of BasicColumn in infovis.table
 class DefaultDynamicTable
          Default implementatio for dynamic tables.
 class DefaultTable
          Concrete Table.
 

Uses of BasicColumn in infovis.tree
 

Subclasses of BasicColumn in infovis.tree
 class DefaultTree
          Default implementation of the Tree interface.
 class DegreeColumn
          Computes and maintains the degree of a tree in a column.
 class DepthColumn
          Class DepthColumn
 class LeafCountColumn
          Class for computing and maintaining the number of leaves for each node in a tree.
 class TreeIntColumn
          Base class for columns computing topological values on a tree.
 

Uses of BasicColumn in infovis.tree.visualization
 

Subclasses of BasicColumn in infovis.tree.visualization
 class RainbowColumn
          Computes and maintain a rainbow color according to the leaves of a tree.
 

Uses of BasicColumn in infovis.visualization.ruler
 

Subclasses of BasicColumn in infovis.visualization.ruler
 class RulerTable
          Class for managing rulers associated with a visualization.
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.