Class PathAnnotationObject

All Implemented Interfaces:
Externalizable, Serializable, MinimalMetadataStore

public class PathAnnotationObject extends PathROIObject
An annotation PathObject.

These tend to be larger and less common than PathDetectionObjects.

As such, they can be represented and displayed with more emphasis on flexibility, rather than efficiency.

See Also:
  • Constructor Details

  • Method Details

    • setDescription

      public void setDescription(String text)
      Set a free text description for this annotation.
      Parameters:
      text - to use as a description; if null, any existing description will be removed
    • getDescription

      public String getDescription()
      Get a free text description previously set for this annotation.
      Returns: