MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getMax

Method getMax

ij/src/main/java/ij/gui/ProfilePlot.java:166–170  ·  view source on GitHub ↗

Returns the calculated maximum value.

()

Source from the content-addressed store, hash-verified

164
165 /** Returns the calculated maximum value. */
166 public double getMax() {
167 if (!minAndMaxCalculated)
168 findMinAndMax();
169 return max;
170 }
171
172 /** Sets the y-axis min and max. Specify (0,0) to autoscale. */
173 public static void setMinAndMax(double min, double max) {

Callers 13

plotLanesMethod · 0.95
resetStackMethod · 0.45
getDisplayRangeMaxMethod · 0.45
setupLutsMethod · 0.45
updateImageMethod · 0.45
makeInvertedCompositeMethod · 0.45
resetDisplayRangeMethod · 0.45
addSliceMethod · 0.45
updateMethod · 0.45
scaleDownMethod · 0.45
scaleDownMethod · 0.45
setDrawingColorMethod · 0.45

Calls 1

findMinAndMaxMethod · 0.95

Tested by

no test coverage detected