Package com.pixelmed.display
Class PlotGraph.FloatArrayStatistics
- java.lang.Object
-
- com.pixelmed.display.PlotGraph.FloatArrayStatistics
-
- Enclosing class:
- PlotGraph
protected class PlotGraph.FloatArrayStatistics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FloatArrayStatistics(float[] values)
FloatArrayStatistics(float minimum, float maximum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getMaximum()
float
getMinimum()
float
getRange()
-