Class AbstractTestApplication
- java.lang.Object
-
- javafx.application.Application
-
- de.gsi.chart.samples.legacy.utils.AbstractTestApplication
-
- Direct Known Subclasses:
ChartPerformanceBenchmark,JavaFXTestChart,TestChart
public abstract class AbstractTestApplication extends javafx.application.Application
-
-
Field Summary
Fields Modifier and Type Field Description protected intdownSampleCounterprotected static intFPS_METER_AVERAGING_PERIODprotected static intFPS_METER_PERIODprotected static intMAX_DATA_POINTS_1HZprotected static intMAX_DATA_POINTS_25HZprotected de.gsi.chart.utils.SimplePerformanceMetermeterprotected static ChartTestCasetestprotected java.util.Timertimer
-
Constructor Summary
Constructors Constructor Description AbstractTestApplication()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected javafx.scene.layout.HBoxgetHeaderBar(javafx.scene.Scene scene)protected abstract voidinitChart()voidstart(javafx.stage.Stage stage)
-
-
-
Field Detail
-
MAX_DATA_POINTS_25HZ
protected static final int MAX_DATA_POINTS_25HZ
- See Also:
- Constant Field Values
-
MAX_DATA_POINTS_1HZ
protected static final int MAX_DATA_POINTS_1HZ
- See Also:
- Constant Field Values
-
FPS_METER_PERIOD
protected static final int FPS_METER_PERIOD
- See Also:
- Constant Field Values
-
FPS_METER_AVERAGING_PERIOD
protected static final int FPS_METER_AVERAGING_PERIOD
- See Also:
- Constant Field Values
-
test
protected static ChartTestCase test
-
meter
protected de.gsi.chart.utils.SimplePerformanceMeter meter
-
timer
protected java.util.Timer timer
-
downSampleCounter
protected int downSampleCounter
-
-