Class ScatterPlotDisplay

java.lang.Object
qupath.lib.gui.charts.ScatterPlotDisplay

public class ScatterPlotDisplay extends Object
A wrapper around PathObjectScatterChart for displaying data about PathObject measurements.
  • Property Details

  • Constructor Details

    • ScatterPlotDisplay

      public ScatterPlotDisplay()
      Create a scatter plot from a table of PathObject measurements.
  • Method Details

    • setModel

      public void setModel(PathTableData<qupath.lib.objects.PathObject> model)
      Set the value of modelProperty().
      Parameters:
      model - the new model to set
    • getModel

      public PathTableData<qupath.lib.objects.PathObject> getModel()
      Get the value of modelProperty().
      Returns:
      the model
    • modelProperty

      public ObjectProperty<PathTableData<qupath.lib.objects.PathObject>> modelProperty()
      Get property representing the model used with this display.
      Returns:
      the model property
      See Also:
    • getPane

      public Pane getPane()
      Get the pane containing the scatter plot and associated UI components, for addition to a scene.
      Returns:
      A pane
    • refreshScatterPlot

      public void refreshScatterPlot()
      Refresh the scatter plot, in case the underlying data has been updated.