Package de.gsi.chart.samples
Class NotANumberSample
- java.lang.Object
-
- javafx.application.Application
-
- de.gsi.chart.samples.NotANumberSample
-
public class NotANumberSample extends javafx.application.ApplicationTest/demo that explicitly allows to draw NaN values in DataSets as well as custom dash-based line-stylingNote: this works fine for >JDK11/JFX11 but consistently crashes the JDK8/JavaFX framework outside this library whenever e.g performing a zoom, panning or other similar operation (ie. one of the reasons for the NaN workaround in earlier chart-fx versions).
- Author:
- rstein
-
-
Constructor Summary
Constructors Constructor Description NotANumberSample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart(javafx.stage.Stage primaryStage)
-