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