- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- eu.hansolo.tilesfx.events.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
-
Constructor Summary
Constructors Constructor Description SmoothedChartEvent(java.lang.Object SRC, javafx.event.EventTarget TARGET, javafx.event.EventType<SmoothedChartEvent> TYPE, double VALUE)SmoothedChartEvent(javafx.event.EventType<SmoothedChartEvent> TYPE, double VALUE)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()
-
-
-
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)
-
-