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

org.jmol.api.JSVInterface Maven / Gradle / Ivy

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

import java.util.Properties;

/**
 * and interface for JSpecView for the Jmol application
 * 
 */
public interface JSVInterface {
  
  public void exitJSpecView(boolean withDialog, Object frame);
  public void runScript(String script);
  public void saveProperties(Properties properties);
  public void setProperties(Properties properties);  
  public void syncToJmol(String msg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy