Class SmoothedChartEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SmoothedChartEvent
    extends javafx.event.Event
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.event.EventType<SmoothedChartEvent> DATA_SELECTED  
      • Fields inherited from class javafx.event.Event

        ANY, consumed, eventType, NULL_SOURCE_TARGET, target
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()  
      • Methods inherited from class javafx.event.Event

        clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • DATA_SELECTED

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

      • SmoothedChartEvent

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

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

      • getValue

        public double getValue()