Package qupath.lib.objects
Class DefaultPathObjectConnectionGroup
java.lang.Object
qupath.lib.objects.DefaultPathObjectConnectionGroup
- All Implemented Interfaces:
Externalizable,Serializable,PathObjectConnectionGroup
@Deprecated
public class DefaultPathObjectConnectionGroup
extends Object
implements PathObjectConnectionGroup, Externalizable
Deprecated.
Simple, default implementation of
PathObjectConnectionGroup.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Key to use when storing object connections as a property of an ImageData object. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.Deprecated.Create a connections group, copying the connections from an existing group. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsObject(PathObject pathObject) Deprecated.Returns true if the specified PathObject is contained within this group.getConnectedObjects(PathObject pathObject) Deprecated.Get all the connections to a specified PathObject stored in this group.Deprecated.Get an unmodifiable collection containing all the PathObjects contained within this group.getPathObjectsForRegion(ImageRegion region) Deprecated.Get all the objects with connections that may intersect the specified region.voidDeprecated.voidDeprecated.
-
Field Details
-
KEY_OBJECT_CONNECTIONS
Deprecated.Key to use when storing object connections as a property of an ImageData object.- See Also:
-
-
Constructor Details
-
DefaultPathObjectConnectionGroup
public DefaultPathObjectConnectionGroup()Deprecated.Default constructor. -
DefaultPathObjectConnectionGroup
Deprecated.Create a connections group, copying the connections from an existing group. This may be useful if the other PathObjectConnectionGroup is not itself serializable.- Parameters:
connections-
-
-
Method Details
-
getPathObjects
Deprecated.Description copied from interface:PathObjectConnectionGroupGet an unmodifiable collection containing all the PathObjects contained within this group.- Specified by:
getPathObjectsin interfacePathObjectConnectionGroup- Returns:
-
getConnectedObjects
Deprecated.Description copied from interface:PathObjectConnectionGroupGet all the connections to a specified PathObject stored in this group.If containsObject(pathObject) returns null, this will return an empty list (and not null).
- Specified by:
getConnectedObjectsin interfacePathObjectConnectionGroup- Parameters:
pathObject-- Returns:
-
getPathObjectsForRegion
Deprecated.Description copied from interface:PathObjectConnectionGroupGet all the objects with connections that may intersect the specified region.- Specified by:
getPathObjectsForRegionin interfacePathObjectConnectionGroup- Parameters:
region-- Returns:
-
writeExternal
Deprecated.- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
Deprecated.- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
containsObject
Deprecated.Description copied from interface:PathObjectConnectionGroupReturns true if the specified PathObject is contained within this group.- Specified by:
containsObjectin interfacePathObjectConnectionGroup- Parameters:
pathObject-- Returns:
-
DelaunayTools.Subdivision