infovis.utils
Class RowObject

java.lang.Object
  extended by infovis.utils.RowObject

public class RowObject
extends Object

RowObject is used to translate InfoVis table rows into Java objects when required.

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Constructor Summary
RowObject(Table table, int row)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getRow()
           
static int getRow(Table table, Object obj)
           
 Table getTable()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowObject

public RowObject(Table table,
                 int row)
Method Detail

getRow

public int getRow()

getTable

public Table getTable()

getRow

public static int getRow(Table table,
                         Object obj)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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