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

Method hasFlag

ij/src/main/java/ij/gui/Plot.java:4442–4445  ·  view source on GitHub ↗

Whether a given flag 'what' is set

(int what)

Source from the content-addressed store, hash-verified

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) {

Callers 8

setXMinorTicksMethod · 0.95
setYMinorTicksMethod · 0.95
makeRangeGetStepsMethod · 0.95
simpleXAxisMethod · 0.95
simpleYAxisMethod · 0.95
drawLegendMethod · 0.95
legendRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected