Interface Legend.LegendListener

Enclosing class:
Legend

public static interface Legend.LegendListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    colorChange(int index)
     
    void
    hoverChange(boolean entry, int index)
     
    void
    visibilityChange(boolean visible, int index)
     
  • Method Details

    • hoverChange

      void hoverChange(boolean entry, int index)
    • visibilityChange

      void visibilityChange(boolean visible, int index)
    • colorChange

      default void colorChange(int index)