Interface HeatmapChartContextMenuItem

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HeatmapChartContextMenuItem
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Object menu, String xAxisCategory, String yAxisCategory, List<? extends IHeatmapChartVisualElement<?>> visualElements, javafx.scene.input.MouseEvent mouseEvent)