Package qupath.lib.gui.charts
Class ScatterPlotDisplay
java.lang.Object
qupath.lib.gui.charts.ScatterPlotDisplay
A wrapper around 
PathObjectScatterChart for displaying data about PathObject measurements.- 
Property SummaryPropertiesTypePropertyDescriptionGet property representing the model used with this display.
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a scatter plot from a table of PathObject measurements.
- 
Method SummaryModifier and TypeMethodDescriptiongetModel()Get the value ofmodelProperty().getPane()Get the pane containing the scatter plot and associated UI components, for addition to a scene.Get property representing the model used with this display.voidRefresh the scatter plot, in case the underlying data has been updated.voidsetModel(PathTableData<PathObject> model) Set the value ofmodelProperty().
- 
Property Details- 
modelGet property representing the model used with this display.- See Also:
 
 
- 
- 
Constructor Details- 
ScatterPlotDisplaypublic ScatterPlotDisplay()Create a scatter plot from a table of PathObject measurements.
 
- 
- 
Method Details- 
setModelSet the value ofmodelProperty().- Parameters:
- model- the new model to set
 
- 
getModelGet the value ofmodelProperty().- Returns:
- the model
 
- 
modelPropertyGet property representing the model used with this display.- Returns:
- the model property
- See Also:
 
- 
getPaneGet the pane containing the scatter plot and associated UI components, for addition to a scene.- Returns:
- A pane
 
- 
refreshScatterPlotpublic void refreshScatterPlot()Refresh the scatter plot, in case the underlying data has been updated.
 
-