Interface Legend.LegendListener
- Enclosing class:
Legend
public static interface Legend.LegendListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcolorChange(int index) voidhoverChange(boolean entry, int index) voidvisibilityChange(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)
-