Class AbstractTestApplication

    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected javafx.scene.layout.HBox getHeaderBar​(javafx.scene.Scene scene)  
      protected abstract void initChart()  
      void start​(javafx.stage.Stage stage)  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

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

      • FPS_METER_AVERAGING_PERIOD

        protected static final int FPS_METER_AVERAGING_PERIOD
        See Also:
        Constant Field Values
      • meter

        protected de.gsi.chart.utils.SimplePerformanceMeter meter
      • timer

        protected java.util.Timer timer
      • downSampleCounter

        protected int downSampleCounter
    • Constructor Detail

      • AbstractTestApplication

        public AbstractTestApplication()
    • Method Detail

      • initChart

        protected abstract void initChart()
      • start

        public void start​(javafx.stage.Stage stage)
        Specified by:
        start in class javafx.application.Application
      • getHeaderBar

        protected javafx.scene.layout.HBox getHeaderBar​(javafx.scene.Scene scene)