Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setAntiAlias
Method
setAntiAlias
ij/src/main/java/ij/gui/Roi.java:2037–2039 ·
view source on GitHub ↗
(boolean antiAlias)
Source
from the content-addressed store, hash-verified
2035
}
2036
2037
public
void
setAntiAlias(boolean antiAlias) {
2038
this.antiAlias = antiAlias;
2039
}
2040
2041
public
boolean getAntiAlias() {
2042
return
antiAlias;
Callers
10
doRoi
Method · 0.95
setFont
Method · 0.95
makeText
Method · 0.80
overlayDrawString
Method · 0.80
dialogItemChanged
Method · 0.80
init
Method · 0.80
TextRoi
Method · 0.80
setAntialiased
Method · 0.80
setAngle
Method · 0.80
showDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected