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

Method setDefaultAngle

ij/src/main/java/ij/gui/TextRoi.java:472–474  ·  view source on GitHub ↗

Sets the default angle.

(double angle)

Source from the content-addressed store, hash-verified

470
471 /** Sets the default angle. */
472 public static void setDefaultAngle(double angle) {
473 defaultAngle = angle;
474 }
475
476 protected void handleMouseUp(int screenX, int screenY) {
477 super.handleMouseUp(screenX, screenY);

Callers 2

showDialogMethod · 0.95
dialogItemChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected