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 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
 boolean AbstractColumn.getBoolean(int row)
          Get the data value at the specified row as a boolean
 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 ExpressionColumn.getDouble(int row)
           
 double DoubleColumn.getDouble(int row)
           
 double IntColumn.getDouble(int row)
           
 double Column.getDouble(int row)
          Get the data value at the specified row as a double
 double FloatColumn.getDouble(int row)
           
 double LongColumn.getDouble(int row)
           
 double AbstractColumn.getDouble(int row)
          Get the data value at the specified row as a double
 double DateColumn.getDouble(int row)
           
 double ByteColumn.getDouble(int row)
           
 float ExpressionColumn.getFloat(int row)
           
 float DoubleColumn.getFloat(int row)
           
 float IntColumn.getFloat(int row)
           
 float Column.getFloat(int row)
          Get the data value at the specified row as a float
 float FloatColumn.getFloat(int row)
           
 float LongColumn.getFloat(int row)
           
 float AbstractColumn.getFloat(int row)
          Get the data value at the specified row as a float
 float ByteColumn.getFloat(int row)
           
 int ExpressionColumn.getInt(int row)
           
 int DoubleColumn.getInt(int row)
           
 int IntColumn.getInt(int row)
           
 int Column.getInt(int row)
          Get the data value at the specified row as an integer
 int FloatColumn.getInt(int row)
           
 int LongColumn.getInt(int row)
           
 int AbstractColumn.getInt(int row)
          Get the data value at the specified row as an integer
 int ByteColumn.getInt(int row)
           
 long ExpressionColumn.getLong(int row)
           
 long DoubleColumn.getLong(int row)
           
 long IntColumn.getLong(int row)
           
 long Column.getLong(int row)
          Get the data value at the specified row as a long
 long FloatColumn.getLong(int row)
           
 long LongColumn.getLong(int row)
           
 long AbstractColumn.getLong(int row)
          Get the data value at the specified row as a long
 long DateColumn.getLong(int row)
           
 long ByteColumn.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 ExpressionColumn.set(java.lang.Object val, int row)
           
 void DoubleColumn.set(java.lang.Object val, int row)
           
 void IntColumn.set(java.lang.Object val, int row)
           
 void BooleanColumn.set(java.lang.Object val, int row)
           
 void ConstantColumn.set(java.lang.Object val, int row)
          Unsupported operation.
 void Column.set(java.lang.Object val, int row)
          Set the data value at the specified row
 void FloatColumn.set(java.lang.Object val, int row)
           
 void LongColumn.set(java.lang.Object val, int row)
           
 void DateColumn.set(java.lang.Object val, int row)
           
 void ByteColumn.set(java.lang.Object val, int row)
           
 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.setBoolean(boolean val, int row)
          Set the data value at the specified row as a boolean
 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 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.setDouble(double val, int row)
          Set the data value at the specified row as a double
 void DoubleColumn.setFloat(float val, int row)
           
 void Column.setFloat(float val, int row)
          Set the data value at the specified row as a float
 void FloatColumn.setFloat(float val, int row)
           
 void AbstractColumn.setFloat(float val, int row)
          Set the data value at the specified row as a float
 void DoubleColumn.setInt(int val, int row)
           
 void IntColumn.setInt(int 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.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.setLong(long val, int row)
          Set the data value at the specified row as a long
 void DateColumn.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 ? 2011 Regents of the University of California