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

Method hasFlag

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

Whether a given flag 'what' is set

(int what)

Source from the content-addressed store, hash-verified

4819
4820 /** Whether a given flag 'what' is set */
4821 @AstroImageJ(reason = "Implement IPlotObject for Vector Plot saving", modified = true)
4822 public boolean hasFlag(int what) {
4823 return (flags&what) != 0;
4824 }
4825
4826 /** Sets a given flag */
4827 void setFlag(int what) {

Callers 1

getIndexedPlotObjectsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected