MCPcopy 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

overlayDrawStringMethod · 0.95
dialogItemChangedMethod · 0.95
createScaleBarOverlayMethod · 0.95
getTextRoiMethod · 0.95
TextRoiMethod · 0.95
showDialogMethod · 0.95

Calls 1

setAntiAliasMethod · 0.80

Tested by

no test coverage detected