Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setFlag
Method
setFlag
ij/src/main/java/ij/gui/Plot.java:4827–4829 ·
view source on GitHub ↗
Sets a given flag
(int what)
Source
from the content-addressed store, hash-verified
4825
4826
/** Sets a given flag */
4827
void
setFlag(
int
what) {
4828
flags |= what;
4829
}
4830
4831
/** Unsets a given flag */
4832
void
unsetFlag(
int
what) {
Callers
1
setPlotObjectStyle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected