Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clone
Method · 0.95
showImageDialog
Method · 0.95
setProperties
Method · 0.80
saveImageRoi
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected