Interface TourHighlight


public interface TourHighlight
Helper class to highlight specific nodes during a GUI tour.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stop displaying the highlight.
    void
    highlightNodes(List<? extends javafx.scene.Node> nodes)
    Highlight multiple nodes in the GUI.
    void
    Ensure the highlight is showing.
  • Method Details

    • highlightNodes

      void highlightNodes(List<? extends javafx.scene.Node> nodes)
      Highlight multiple nodes in the GUI.
      Parameters:
      nodes -
    • show

      void show()
      Ensure the highlight is showing.
    • hide

      void hide()
      Stop displaying the highlight.