public class JavaFXTestChart extends AbstractTestApplication implements ChartTestCase
Application.Parameters| Modifier and Type | Field and Description |
|---|---|
protected LineChart<Number,Number> |
lineChart |
protected int |
nSamples |
protected XYChart.Series<Number,Number> |
series1 |
protected de.gsi.dataset.testdata.spi.SineFunction |
testFunction |
downSampleCounter, FPS_METER_AVERAGING_PERIOD, FPS_METER_PERIOD, MAX_DATA_POINTS_100K, MAX_DATA_POINTS_10K, MAX_DATA_POINTS_1K, MAX_DATA_POINTS_200K, meter, test, timerSTYLESHEET_CASPIAN, STYLESHEET_MODENA| Constructor and Description |
|---|
JavaFXTestChart() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getChart(int nSamples) |
void |
initChart() |
static void |
main(String[] args) |
void |
setNumberOfSamples(int nSamples) |
void |
updateDataSet() |
getHeaderBar, startgetHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stopprotected int nSamples
protected de.gsi.dataset.testdata.spi.SineFunction testFunction
protected XYChart.Series<Number,Number> series1
public Node getChart(int nSamples)
getChart in interface ChartTestCasepublic void initChart()
initChart in class AbstractTestApplicationpublic void setNumberOfSamples(int nSamples)
setNumberOfSamples in interface ChartTestCasepublic void updateDataSet()
updateDataSet in interface ChartTestCasepublic static void main(String[] args)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.