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

Method getFixedMax

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

Returns the profile plot y-axis max. Auto-scaling is used if min=max=0.

()

Source from the content-addressed store, hash-verified

183
184 /** Returns the profile plot y-axis max. Auto-scaling is used if min=max=0. */
185 public static double getFixedMax() {
186 return fixedMax;
187 }
188
189 double[] getStraightLineProfile(Roi roi, Calibration cal, ImageProcessor ip) {
190 ip.setInterpolate(PlotWindow.interpolate);

Callers 5

getPlotMethod · 0.95
runMethod · 0.95
doOptionsMethod · 0.95
multiPlotMethod · 0.95
savePreferencesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected