public void setFloat(Object obj, float f)
     throws IllegalArgumentException, IllegalAccessException {
   substance.setFloat(obj, f);
 }