Package sc.fiji.snt.tracing.artist
Class FillerThreadArtist
java.lang.Object
sc.fiji.snt.tracing.artist.FillerThreadArtist
- All Implemented Interfaces:
SearchArtist
An artist class that visualizes the progress and behavior of fill operations
performed by filler threads.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanyNodeUnderThreshold(int x, int y, int z, double threshold) voiddrawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g) voidsetClosedColor(Color color) voidsetOpacity(double percent) voidsetOpenColor(Color color)
-
Constructor Details
-
FillerThreadArtist
-
-
Method Details
-
setOpenColor
-
setClosedColor
-
setOpacity
public void setOpacity(double percent) -
drawProgressOnSlice
public void drawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g) - Specified by:
drawProgressOnSlicein interfaceSearchArtist
-
anyNodeUnderThreshold
-
getSearch
- Specified by:
getSearchin interfaceSearchArtist
-