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

Method drawPixels

ij/src/main/java/ij/gui/Roi.java:1512–1515  ·  view source on GitHub ↗

@deprecated replaced by drawPixels(ImageProcessor)

()

Source from the content-addressed store, hash-verified

1510 * replaced by drawPixels(ImageProcessor)
1511 */
1512 public void drawPixels() {
1513 if (imp!=null)
1514 drawPixels(imp.getProcessor());
1515 }
1516
1517 /** Draws the selection outline on the specified ImageProcessor.
1518 @see ij.process.ImageProcessor#setColor

Callers 9

mouseReleasedMethod · 0.95
drawOrFillMethod · 0.95
clearMethod · 0.45
fillMethod · 0.45
drawMethod · 0.45
labelMethod · 0.45
drawOutlineMethod · 0.45
fillMethod · 0.45
drawMethod · 0.45

Calls 9

endPasteMethod · 0.95
getStrokeWidthMethod · 0.95
drawRoundedRectMethod · 0.95
getWidthMethod · 0.95
drawRectMethod · 0.80
getLineWidthMethod · 0.65
setLineWidthMethod · 0.65
getProcessorMethod · 0.45
roundMethod · 0.45

Tested by

no test coverage detected