Class HistoPlotter

java.lang.Object
javafx.application.Application
org.adoptopenjdk.jitwatch.jarscan.visualiser.HistoPlotter

public class HistoPlotter extends javafx.application.Application
  • Field Details

    • values

      private List<javafx.scene.chart.XYChart.Data<Number,Number>> values
    • scene

      private javafx.scene.Scene scene
    • chart

      private javafx.scene.chart.ScatterChart<Number,Number> chart
    • limit

      private int limit
    • PARAM_SCREENSHOT

      private static final String PARAM_SCREENSHOT
      See Also:
    • PARAM_LIMIT

      private static final String PARAM_LIMIT
      See Also:
    • screenshotFilename

      private String screenshotFilename
    • filename

      private String filename
  • Constructor Details

    • HistoPlotter

      public HistoPlotter()
    • HistoPlotter

      public HistoPlotter(String[] args)
  • Method Details

    • init

      public void init() throws Exception
      Overrides:
      init in class javafx.application.Application
      Throws:
      Exception
    • updateObservable

      private void updateObservable()
    • doScreenshot

      private void doScreenshot()
    • start

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

      private String getTitle()
    • buildChart

      private javafx.scene.chart.ScatterChart<Number,Number> buildChart()
    • main

      public static void main(String[] args)