public class BiSearchArtist extends Object implements SearchArtist
| Constructor and Description |
|---|
BiSearchArtist(BiSearch search,
Color openColor,
Color closedColor) |
| Modifier and Type | Method and Description |
|---|---|
BiSearchNode |
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 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 SearchArtistpublic SearchInterface getSearch()
getSearch in interface SearchArtistpublic BiSearchNode anyNodeUnderThreshold(int x, int y, int z, double threshold)
Copyright © 2015–2021 Fiji. All rights reserved.