Class TestChart

    • Field Detail

      • nSamples

        protected int nSamples
      • chart

        protected final de.gsi.chart.XYChart chart
      • xAxis

        protected final de.gsi.chart.axes.spi.DefaultNumericAxis xAxis
      • yAxis

        protected final de.gsi.chart.axes.spi.DefaultNumericAxis yAxis
      • testFunction

        protected de.gsi.dataset.testdata.spi.SineFunction testFunction
      • dataSet

        protected final de.gsi.dataset.spi.DoubleDataSet dataSet
    • Constructor Detail

      • TestChart

        public TestChart()
      • TestChart

        public TestChart​(boolean altRenderer)