public class FillerThreadArtist extends Object implements SearchArtist
Constructor and Description |
---|
FillerThreadArtist(FillerThread search,
Color openColor,
Color closedColor) |
Modifier and Type | Method and Description |
---|---|
DefaultSearchNode |
anyNodeUnderThreshold(int x,
int y,
int z,
double threshold) |
void |
drawProgressOnSlice(int plane,
int currentSliceInPlane,
TracerCanvas canvas,
Graphics g) |
SearchInterface |
getSearch() |
void |
setClosedColor(Color color) |
void |
setOpacity(double percent) |
void |
setOpenColor(Color color) |
public FillerThreadArtist(FillerThread search, Color openColor, Color closedColor)
public void setOpenColor(Color color)
public void setClosedColor(Color color)
public void setOpacity(double percent)
public void drawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g)
drawProgressOnSlice
in interface SearchArtist
public DefaultSearchNode anyNodeUnderThreshold(int x, int y, int z, double threshold)
public SearchInterface getSearch()
getSearch
in interface SearchArtist
Copyright © 2015–2021 Fiji. All rights reserved.