Class MeasureDist
- java.lang.Object
-
- org.openscience.jmol.app.janocchio.Measure
-
- org.openscience.jmol.app.janocchio.MeasureDist
-
- All Implemented Interfaces:
Comparable<Measure>
public class MeasureDist extends Measure
Calculates the difference between calculated and experimental values for coloring table
-
-
Field Summary
-
Fields inherited from class org.openscience.jmol.app.janocchio.Measure
df, diff, TYPE_DISTANCE, TYPE_EXP_NOE, TYPE_J, TYPE_NOE
-
-
Constructor Summary
Constructors Constructor Description MeasureDist(String expValue, double calcValue)
-
Method Summary
-
Methods inherited from class org.openscience.jmol.app.janocchio.Measure
compareTo, formatDistance, formatExpNOE, formatJ, formatNOE, getCalcValue, getDiff, getExpValue, round, toString
-
-
-
-
Constructor Detail
-
MeasureDist
public MeasureDist(String expValue, double calcValue)
-
-