Uses of Class
infovis.column.LongColumn

Packages that use LongColumn
infovis.column   
 

Uses of LongColumn in infovis.column
 

Subclasses of LongColumn in infovis.column
 class DateColumn
          Specialization of LongColumn to manage dates.
 

Methods in infovis.column that return LongColumn
static LongColumn LongColumn.findColumn(Table t, String name)
          Returns a column as a LongColumn from a table, creating it if needed.
static LongColumn LongColumn.getColumn(Table t, int index)
          Returns a column as a LongColumn from a Table.
static LongColumn LongColumn.getColumn(Table t, String name)
          Returns a column as a LongColumn from a Table.
 



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