Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ get
Method
get
ij/src/main/java/ij/process/ByteProcessor.java:250–252 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
248
}
249
250
public
final
int
get(
int
x,
int
y) {
251
return
pixels[y*width+x]&0xff;
252
}
253
254
public
final
void
set(
int
x,
int
y,
int
value) {
255
pixels[y*width+x] = (byte)value;
Callers
15
drawOverlayOnProcessor
Method · 0.95
populateList
Method · 0.45
showSource
Method · 0.45
parseMenu
Method · 0.45
run
Method · 0.45
getValueAt
Method · 0.45
getSampleImageNames
Method · 0.45
getProcessor
Method · 0.45
getSliceLabel
Method · 0.45
readAVI
Method · 0.45
run
Method · 0.45
doFullDump
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected