Uses of Class
prefuse.data.DataTypeException

Packages that use DataTypeException
prefuse.data.column Data columns for storing typed data within a data table. 
 

Uses of DataTypeException in prefuse.data.column
 

Methods in prefuse.data.column that throw DataTypeException
 boolean AbstractColumn.getBoolean(int row)
          Get the data value at the specified row as a boolean
 boolean ExpressionColumn.getBoolean(int row)
           
 boolean BooleanColumn.getBoolean(int row)
           
 boolean Column.getBoolean(int row)
          Get the data value at the specified row as a boolean
 byte ByteColumn.getByte(int row)
           
 java.util.Date AbstractColumn.getDate(int row)
          Get the data value at the specified row as a Date
 java.util.Date Column.getDate(int row)
          Get the data value at the specified row as a Date
 double AbstractColumn.getDouble(int row)
          Get the data value at the specified row as a double
 double ExpressionColumn.getDouble(int row)
           
 double DoubleColumn.getDouble(int row)
           
 double FloatColumn.getDouble(int row)
           
 double DateColumn.getDouble(int row)
           
 double Column.getDouble(int row)
          Get the data value at the specified row as a double
 double IntColumn.getDouble(int row)
           
 double LongColumn.getDouble(int row)
           
 double ByteColumn.getDouble(int row)
           
 float AbstractColumn.getFloat(int row)
          Get the data value at the specified row as a float
 float ExpressionColumn.getFloat(int row)
           
 float DoubleColumn.getFloat(int row)
           
 float FloatColumn.getFloat(int row)
           
 float Column.getFloat(int row)
          Get the data value at the specified row as a float
 float IntColumn.getFloat(int row)
           
 float LongColumn.getFloat(int row)
           
 float ByteColumn.getFloat(int row)
           
 int AbstractColumn.getInt(int row)
          Get the data value at the specified row as an integer
 int ExpressionColumn.getInt(int row)
           
 int DoubleColumn.getInt(int row)
           
 int FloatColumn.getInt(int row)
           
 int Column.getInt(int row)
          Get the data value at the specified row as an integer
 int IntColumn.getInt(int row)
           
 int LongColumn.getInt(int row)
           
 int ByteColumn.getInt(int row)
           
 long AbstractColumn.getLong(int row)
          Get the data value at the specified row as a long
 long ExpressionColumn.getLong(int row)
           
 long DoubleColumn.getLong(int row)
           
 long FloatColumn.getLong(int row)
           
 long DateColumn.getLong(int row)
           
 long Column.getLong(int row)
          Get the data value at the specified row as a long
 long IntColumn.getLong(int row)
           
 long LongColumn.getLong(int row)
           
 long ByteColumn.getLong(int row)
           
 java.lang.String AbstractColumn.getString(int row)
          Get the data value at the specified row as a String
 java.lang.String Column.getString(int row)
          Get the data value at the specified row as a String
 void ConstantColumn.set(java.lang.Object val, int row)
          Unsupported operation.
 void ExpressionColumn.set(java.lang.Object val, int row)
           
 void DoubleColumn.set(java.lang.Object val, int row)
           
 void FloatColumn.set(java.lang.Object val, int row)
           
 void DateColumn.set(java.lang.Object val, int row)
           
 void BooleanColumn.set(java.lang.Object val, int row)
           
 void Column.set(java.lang.Object val, int row)
          Set the data value at the specified row
 void IntColumn.set(java.lang.Object val, int row)
           
 void LongColumn.set(java.lang.Object val, int row)
           
 void ByteColumn.set(java.lang.Object val, int row)
           
 void AbstractColumn.setBoolean(boolean val, int row)
          Set the data value at the specified row as a boolean
 void BooleanColumn.setBoolean(boolean val, int row)
           
 void Column.setBoolean(boolean val, int row)
          Set the data value at the specified row as a boolean
 void AbstractColumn.setDate(java.util.Date val, int row)
          Set the data value at the specified row as a Date
 void Column.setDate(java.util.Date val, int row)
          Set the data value at the specified row as a Date
 void AbstractColumn.setDouble(double val, int row)
          Set the data value at the specified row as a double
 void DoubleColumn.setDouble(double val, int row)
           
 void Column.setDouble(double val, int row)
          Set the data value at the specified row as a double
 void AbstractColumn.setFloat(float val, int row)
          Set the data value at the specified row as a float
 void DoubleColumn.setFloat(float val, int row)
           
 void FloatColumn.setFloat(float val, int row)
           
 void Column.setFloat(float val, int row)
          Set the data value at the specified row as a float
 void AbstractColumn.setInt(int val, int row)
          Set the data value at the specified row as an integer
 void DoubleColumn.setInt(int val, int row)
           
 void Column.setInt(int val, int row)
          Set the data value at the specified row as an integer
 void IntColumn.setInt(int val, int row)
           
 void ByteColumn.setInt(int val, int row)
           
 void AbstractColumn.setLong(long val, int row)
          Set the data value at the specified row as a long
 void DoubleColumn.setLong(long val, int row)
           
 void DateColumn.setLong(long val, int row)
           
 void Column.setLong(long val, int row)
          Set the data value at the specified row as a long
 void LongColumn.setLong(long val, int row)
           
 void AbstractColumn.setString(java.lang.String val, int row)
          Set the data value at the specified row as a String
 void Column.setString(java.lang.String val, int row)
          Set the data value at the specified row as a String
 



Copyright ? 2009 Regents of the University of California