Package qupath.lib.gui.viewer.overlays
Interface AbstractOverlay.LocationStringFunction
- Enclosing class:
AbstractOverlay
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Define a function to perform the task of
PathOverlay.getLocationString(ImageData, double, double, int, int)-
Method Summary
Modifier and TypeMethodDescriptiongetLocationString(qupath.lib.images.ImageData<BufferedImage> imageData, double x, double y, int z, int t)
-
Method Details
-
getLocationString
String getLocationString(qupath.lib.images.ImageData<BufferedImage> imageData, double x, double y, int z, int t) - Parameters:
imageData-x-y-z-t-- Returns:
-