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 String
Deprecated.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 TypeMethodDescriptionboolean
containsObject
(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.void
Deprecated.void
Deprecated.
-
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:PathObjectConnectionGroup
Get an unmodifiable collection containing all the PathObjects contained within this group.- Specified by:
getPathObjects
in interfacePathObjectConnectionGroup
- Returns:
-
getConnectedObjects
Deprecated.Description copied from interface:PathObjectConnectionGroup
Get 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:
getConnectedObjects
in interfacePathObjectConnectionGroup
- Parameters:
pathObject
-- Returns:
-
getPathObjectsForRegion
Deprecated.Description copied from interface:PathObjectConnectionGroup
Get all the objects with connections that may intersect the specified region.- Specified by:
getPathObjectsForRegion
in interfacePathObjectConnectionGroup
- Parameters:
region
-- Returns:
-
writeExternal
Deprecated.- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
Deprecated.- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
containsObject
Deprecated.Description copied from interface:PathObjectConnectionGroup
Returns true if the specified PathObject is contained within this group.- Specified by:
containsObject
in interfacePathObjectConnectionGroup
- Parameters:
pathObject
-- Returns:
-
DelaunayTools.Subdivision