Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setFlattenScale
Method
setFlattenScale
ij/src/main/java/ij/gui/Roi.java:2921–2923 ·
view source on GitHub ↗
(double scale)
Source
from the content-addressed store, hash-verified
2919
}
2920
2921
public
void
setFlattenScale(double scale) {
2922
flattenScale = scale;
2923
}
2924
2925
public
void
notifyListeners(
int
id) {
2926
if
(id==RoiListener.CREATED) {
Callers
1
setPointScale
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected