Whether a given flag 'what' is set
(int what)
| 4440 | |
| 4441 | /** Whether a given flag 'what' is set */ |
| 4442 | @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true) |
| 4443 | public boolean hasFlag(int what) { |
| 4444 | return (pp.axisFlags&what) != 0; |
| 4445 | } |
| 4446 | |
| 4447 | /* Obsolete, replaced by add(shape,x,y). */ |
| 4448 | public void addPoints(String dummy, float[] x, float[] y, int shape) { |
no outgoing calls
no test coverage detected