Class PathObjectGridView

java.lang.Object
qupath.lib.gui.commands.PathObjectGridView
All Implemented Interfaces:
EventListener, ChangeListener<ImageData<BufferedImage>>, PathObjectHierarchyListener

public class PathObjectGridView extends Object implements ChangeListener<ImageData<BufferedImage>>, PathObjectHierarchyListener
Grid display of objects.

Previously this was TMAGridView, but it was generalized for v0.4.0 to support other kinds of object.

This requires cores in memory, so does not scale wonderfully... but it can be quite useful for individual slides.

Author:
Pete Bankhead