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 Column.getBoolean(int row)
          Get the data value at the specified row as a boolean
 boolean AbstractColumn.getBoolean(int row)
          Get the data value at the specified row as a boolean
 boolean BooleanColumn.getBoolean(int row)
           
 boolean ExpressionColumn.getBoolean(int row)
           
 byte ByteColumn.getByte(int row)
           
 java.util.Date Column.getDate(int row)
          Get the data value at the specified row as a Date
 java.util.Date AbstractColumn.getDate(int row)
          Get the data value at the specified row as a Date
 double Column.getDouble(int row)
          Get the data value at the specified row as a double
 double AbstractColumn.getDouble(int row)
          Get the data value at the specified row as a double
 double ByteColumn.getDouble(int row)
           
 double DateColumn.getDouble(int row)
           
 double DoubleColumn.getDouble(int row)
           
 double ExpressionColumn.getDouble(int row)
           
 double FloatColumn.getDouble(int row)
           
 double IntColumn.getDouble(int row)
           
 double LongColumn.getDouble(int row)
           
 float Column.getFloat(int row)
          Get the data value at the specified row as a float
 float AbstractColumn.getFloat(int row)
          Get the data value at the specified row as a float
 float ByteColumn.getFloat(int row)
           
 float DoubleColumn.getFloat(int row)
           
 float ExpressionColumn.getFloat(int row)
           
 float FloatColumn.getFloat(int row)
           
 float IntColumn.getFloat(int row)
           
 float LongColumn.getFloat(int row)
           
 int Column.getInt(int row)
          Get the data value at the specified row as an integer
 int AbstractColumn.getInt(int row)
          Get the data value at the specified row as an integer
 int ByteColumn.getInt(int row)
           
 int DoubleColumn.getInt(int row)
           
 int ExpressionColumn.getInt(int row)
           
 int FloatColumn.getInt(int row)
           
 int IntColumn.getInt(int row)
           
 int LongColumn.getInt(int row)
           
 long Column.getLong(int row)
          Get the data value at the specified row as a long
 long AbstractColumn.getLong(int row)
          Get the data value at the specified row as a long
 long ByteColumn.getLong(int row)
           
 long DateColumn.getLong(int row)
           
 long DoubleColumn.getLong(int row)
           
 long ExpressionColumn.getLong(int row)
           
 long FloatColumn.getLong(int row)
           
 long IntColumn.getLong(int row)
           
 long LongColumn.getLong(int row)
           
 java.lang.String Column.getString(int row)
          Get the data value at the specified row as a String
 java.lang.String AbstractColumn.getString(int row)
          Get the data value at the specified row as a String
 void Column.set(java.lang.Object val, int row)
          Set the data value at the specified row
 void BooleanColumn.set(java.lang.Object val, int row)
           
 void ByteColumn.set(java.lang.Object val, int row)
           
 void ConstantColumn.set(java.lang.Object val, int row)
          Unsupported operation.
 void DateColumn.set(java.lang.Object val, int row)
           
 void DoubleColumn.set(java.lang.Object val, int row)
           
 void ExpressionColumn.set(java.lang.Object val, int row)
           
 void FloatColumn.set(java.lang.Object val, int row)
           
 void IntColumn.set(java.lang.Object val, int row)
           
 void LongColumn.set(java.lang.Object val, int row)
           
 void Column.setBoolean(boolean val, int row)
          Set the data value at the specified row as a boolean
 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.setDate(java.util.Date val, int row)
          Set the data value at the specified row as a Date
 void AbstractColumn.setDate(java.util.Date val, int row)
          Set the data value at the specified row as a Date
 void Column.setDouble(double val, int row)
          Set the data value at the specified row as a double
 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.setFloat(float val, int row)
          Set the data value at the specified row as a float
 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.setInt(int val, int row)
          Set the data value at the specified row as an integer
 void AbstractColumn.setInt(int val, int row)
          Set the data value at the specified row as an integer
 void ByteColumn.setInt(int val, int row)
           
 void DoubleColumn.setInt(int val, int row)
           
 void IntColumn.setInt(int val, int row)
           
 void Column.setLong(long val, int row)
          Set the data value at the specified row as a long
 void AbstractColumn.setLong(long val, int row)
          Set the data value at the specified row as a long
 void DateColumn.setLong(long val, int row)
           
 void DoubleColumn.setLong(long val, int row)
           
 void LongColumn.setLong(long val, int row)
           
 void Column.setString(java.lang.String val, int row)
          Set the data value at the specified row as a String
 void AbstractColumn.setString(java.lang.String val, int row)
          Set the data value at the specified row as a String
 



Copyright ? 2010 Regents of the University of California