Package qupath.lib.gui.viewer.overlays
package qupath.lib.gui.viewer.overlays
Support for overlays, which may be painted on top of
QuPathViewers
.-
ClassDescriptionAbstract
PathOverlay
with additional properties relevant when drawingBufferedImage
s.Abstract class to help with implementing PathOverlays.Define a function to perform the task ofPathOverlay.getLocationString(ImageData, double, double, int, int)
An overlay used to display one or moreBufferedImage
objects on top of a primary image shown in a viewer.An overlay used to show a (counting) grid on top of an image.An overlay capable of painting aPathObjectHierarchy
, except for any TMA grid (which is handled byTMAGridOverlay
).Interface defining an overlay to paint on top of a viewer.PathOverlay
that gives the results of pixel classification.An overlay capable of painting a TMA Grid.