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

Method draw

ij/src/main/java/ij/plugin/filter/Filler.java:121–126  ·  view source on GitHub ↗

@deprecated replaced by ImageProcessor.draw(Roi)

(ImageProcessor ip)

Source from the content-addressed store, hash-verified

119 * replaced by ImageProcessor.draw(Roi)
120 */
121 public void draw(ImageProcessor ip) {
122 ip.setGlobalForegroundColor();
123 roi.drawPixels(ip);
124 if (IJ.altKeyDown())
125 drawLabel(ip);
126 }
127
128 public void label(ImageProcessor ip) {
129 if (!IJ.isMacro()) {

Callers 15

runMethod · 0.95
runMethod · 0.45
straightenLineMethod · 0.45
runMethod · 0.45
fitSplineMethod · 0.45
translateMethod · 0.45
runMethod · 0.45
disposeMethod · 0.45
toStackMethod · 0.45
runMethod · 0.45
resliceRectOrLineMethod · 0.45
removeScalebarMethod · 0.45

Calls 4

altKeyDownMethod · 0.95
drawLabelMethod · 0.95
drawPixelsMethod · 0.45

Tested by

no test coverage detected