Package qupath.lib.gui.panes
Class ObjectDescriptionPane<T>
java.lang.Object
qupath.lib.gui.panes.ObjectDescriptionPane<T>
- Type Parameters:
- T- generic parameter for- ImageData
Wraps a pane used to display an object description, if one is available.
- Since:
- v0.4.0
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> PanecreatePane(ObservableValue<ImageData<T>> imageData) static <T> PanecreatePane(ObservableValue<ImageData<T>> imageData, boolean includeCell) static <T> StagecreateWindow(QuPathGUI qupath) 
- 
Method Details- 
createPane
- 
createPane
- 
createWindow
 
-