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
PropertiesTypePropertyDescriptionObjectProperty<PathTableData<qupath.lib.objects.PathObject>> Get property representing the model used with this display. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a scatter plot from a table of PathObject measurements. -
Method Summary
Modifier and TypeMethodDescriptionPathTableData<qupath.lib.objects.PathObject> getModel()Get the value ofmodelProperty().getPane()Get the pane containing the scatter plot and associated UI components, for addition to a scene.ObjectProperty<PathTableData<qupath.lib.objects.PathObject>> Get property representing the model used with this display.voidRefresh the scatter plot, in case the underlying data has been updated.voidsetModel(PathTableData<qupath.lib.objects.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.
-