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

Method getFixedMin

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

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

()

Source from the content-addressed store, hash-verified

178
179 /** Returns the profile plot y-axis min. Auto-scaling is used if min=max=0. */
180 public static double getFixedMin() {
181 return fixedMin;
182 }
183
184 /** Returns the profile plot y-axis max. Auto-scaling is used if min=max=0. */
185 public static double getFixedMax() {

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