All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javajs.api.JmolObjectInterface Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package javajs.api;

/**
 * methods in JSmol JavaScript accessed in Jmol 
 */
public interface JmolObjectInterface {

  Object _doAjax(Object url, String postOut, Object bytesOrStringOut);

  void _apply(Object func, Object data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy