Class SmoothedChartEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
eu.hansolo.tilesfx.events.SmoothedChartEvent
All Implemented Interfaces:
Serializable, Cloneable

public class SmoothedChartEvent extends javafx.event.Event
See Also:
  • Field Details

    • DATA_SELECTED

      public static final javafx.event.EventType<SmoothedChartEvent> DATA_SELECTED
  • Constructor Details

    • SmoothedChartEvent

      public SmoothedChartEvent(javafx.event.EventType<SmoothedChartEvent> TYPE, double VALUE)
    • SmoothedChartEvent

      public SmoothedChartEvent(Object SRC, javafx.event.EventTarget TARGET, javafx.event.EventType<SmoothedChartEvent> TYPE, double VALUE)
  • Method Details

    • getValue

      public double getValue()