Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setAngle
Method
setAngle
ij/src/main/java/ij/gui/TextRoi.java:711–715 ·
view source on GitHub ↗
(double angle)
Source
from the content-addressed store, hash-verified
709
}
710
711
public
void
setAngle(double angle) {
712
this.angle = angle;
713
if
(angle!=0.0)
714
setAntiAlias(true);
715
}
716
717
public
boolean getDrawStringMode() {
718
return
false;
Callers
6
overlayDrawString
Method · 0.95
dialogItemChanged
Method · 0.95
createScaleBarOverlay
Method · 0.95
getTextRoi
Method · 0.95
TextRoi
Method · 0.95
showDialog
Method · 0.95
Calls
1
setAntiAlias
Method · 0.80
Tested by
no test coverage detected