org.jcamp.spectrum.IEquidistant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcamp-dx Show documentation
Show all versions of jcamp-dx Show documentation
The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.
The newest version!
package org.jcamp.spectrum;
import org.jcamp.math.LinearGrid1D;
/**
* data that is equidistant.
*
* @author Thomas Weber
*/
public interface IEquidistant {
LinearGrid1D getDataGrid();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy