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 Summary
PropertiesTypePropertyDescriptionGet property representing the model used with this display. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a scatter plot from a table of PathObject measurements. -
Method Summary
Modifier 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.void
Refresh the scatter plot, in case the underlying data has been updated.void
setModel
(PathTableData<PathObject> model) Set the value ofmodelProperty()
.
-
Property Details
-
model
Get property representing the model used with this display.- See Also:
-
-
Constructor Details
-
ScatterPlotDisplay
public ScatterPlotDisplay()Create a scatter plot from a table of PathObject measurements.
-
-
Method Details
-
setModel
Set the value ofmodelProperty()
.- Parameters:
model
- the new model to set
-
getModel
Get the value ofmodelProperty()
.- Returns:
- the model
-
modelProperty
Get property representing the model used with this display.- Returns:
- the model property
- See Also:
-
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.
-