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

Method unsetFlag

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

Unsets a given flag

(int what)

Source from the content-addressed store, hash-verified

4830
4831 /** Unsets a given flag */
4832 void unsetFlag(int what) {
4833 flags = flags & (~what);
4834 }
4835
4836 /** Whether an XY_DATA object has a curve to draw */
4837 @AstroImageJ(reason = "Implement IPlotObject for Vector Plot saving", modified = true)

Callers 2

addObjectFromPlotMethod · 0.95
setPlotObjectStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected