protected abstract static class GroupingMode.ScreenPatchRange<T> extends Object implements Paintable
Modifier and Type | Method and Description |
---|---|
void |
flush() |
protected BufferedImage |
makeImage(ij.process.ImageProcessor ip,
ij.process.FloatProcessor mask) |
void |
paint(Graphics2D g,
Rectangle srcRect,
double magnification,
boolean active,
int channels,
Layer active_layer,
List<Layer> layers) |
void |
prePaint(Graphics2D g,
Rectangle srcRect,
double magnification,
boolean active,
int channels,
Layer active_layer,
List<Layer> layers) |
abstract void |
update(T t) |
public abstract void update(T t)
protected BufferedImage makeImage(ij.process.ImageProcessor ip, ij.process.FloatProcessor mask)
public void flush()
public void paint(Graphics2D g, Rectangle srcRect, double magnification, boolean active, int channels, Layer active_layer, List<Layer> layers)
Copyright © 2015–2021 Fiji. All rights reserved.