public class SearchThreadArtist extends Object implements SearchArtist
Constructor and Description |
---|
SearchThreadArtist(SearchThread 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 |
setDrawingThreshold(double threshold) |
void |
setOpenColor(Color color) |
public SearchThreadArtist(SearchThread search, Color openColor, Color closedColor)
public void setOpenColor(Color color)
public void setClosedColor(Color color)
public void setDrawingThreshold(double threshold)
public void drawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g)
drawProgressOnSlice
in interface SearchArtist
public SearchInterface getSearch()
getSearch
in interface SearchArtist
public DefaultSearchNode anyNodeUnderThreshold(int x, int y, int z, double threshold)
Copyright © 2015–2021 Fiji. All rights reserved.