Class PathROIObject

java.lang.Object
qupath.lib.objects.PathObject
qupath.lib.objects.PathROIObject
All Implemented Interfaces:
Externalizable, Serializable, MinimalMetadataStore
Direct Known Subclasses:
PathAnnotationObject, PathDetectionObject, TMACoreObject

public abstract class PathROIObject extends PathObject
Abstract class used for PathObjects that have ROIs associated with them.

In practice, this is almost all PathObjects (with the notable exception of PathRootObjects).

See Also: