Package qupath.lib.gui.panes
Class MeasurementMapPane
java.lang.Object
qupath.lib.gui.panes.MeasurementMapPane
Component used for displaying measurement maps, whereby detection objects are recolored
according to measurement values.
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPane()
Get the pane, which can be added to a scene for display.void
Update the measurements according to the current image
-
Constructor Details
-
MeasurementMapPane
Constructor.- Parameters:
qupath
- the current QuPath instance
-
-
Method Details
-
getPane
Get the pane, which can be added to a scene for display.- Returns:
-
updateMeasurements
public void updateMeasurements()Update the measurements according to the current image
-