Returns the profile plot y-axis min. Auto-scaling is used if min=max=0.
()
| 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() { |
no outgoing calls
no test coverage detected