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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetPane()Get the pane, which can be added to a scene for display.voidUpdate the measurements according to the current image
- 
Constructor Details- 
MeasurementMapPaneConstructor.- Parameters:
- qupath- the current QuPath instance
 
 
- 
- 
Method Details- 
getPaneGet the pane, which can be added to a scene for display.- Returns:
 
- 
updateMeasurementspublic void updateMeasurements()Update the measurements according to the current image
 
-