Class Plot.Interval
java.lang.Object
edu.duke.cs.osprey.tools.resultdoc.Plot.Interval
- Enclosing class:
- Plot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
public double min -
max
public double max
-
-
Constructor Details
-
Interval
public Interval(double min, double max)
-
-
Method Details
-
finiteMin
return the smallest finite endpoint, or null -
finiteMax
return the largest finite endpoint, or null
-