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

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

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

public interface JmolJDXMOLReader {

  void addPeakData(String info);

  String discardLinesUntilContains2(String tag1, String tag2) throws Exception;

  String discardLinesUntilContains(String string) throws Exception;

  String discardLinesUntilNonBlank() throws Exception;

  void processModelData(String data, String id, String type, String base,
                        String last, float modelScale, float vibScale, boolean isFirst)
      throws Exception;

  String rd() throws Exception;

  void setSpectrumPeaks(int nH, String piUnitsX, String piUnitsY);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy