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

Method getOpacity

ij/src/main/java/ij/gui/ImageRoi.java:88–90  ·  view source on GitHub ↗

Returns the current opacity.

()

Source from the content-addressed store, hash-verified

86
87 /** Returns the current opacity. */
88 public double getOpacity() {
89 return opacity;
90 }
91
92 public void rotate(double angle) {
93 this.angle += angle;

Callers 4

cloneMethod · 0.95
showImageDialogMethod · 0.95
setPropertiesMethod · 0.80
saveImageRoiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected