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

Method getAngle

ij/src/main/java/ij/gui/TextRoi.java:707–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705 }
706
707 public double getAngle() {
708 return angle;
709 }
710
711 public void setAngle(double angle) {
712 this.angle = angle;

Callers 4

showDialogMethod · 0.95
getMacroCodeMethod · 0.95
getAddSelectionScriptMethod · 0.95
showDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected