Package qupath.fx.controls.tour
Interface TourHighlight
public interface TourHighlight
Helper class to highlight specific nodes during a GUI tour.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhide()Stop displaying the highlight.voidhighlightNodes(List<? extends javafx.scene.Node> nodes) Highlight multiple nodes in the GUI.voidshow()Ensure the highlight is showing.
-
Method Details
-
highlightNodes
Highlight multiple nodes in the GUI.- Parameters:
nodes-
-
show
void show()Ensure the highlight is showing. -
hide
void hide()Stop displaying the highlight.
-