Interface PathObjectReader

All Known Implementing Classes:
ChannelDisplayTransformServer, ImageJServer

public interface PathObjectReader
Interface for classes capable of reading PathObjects from some source. This may be used in conjunction with an ImageServer to indicate that the server can read objects as well as pixels from its source.
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    Read a collection of objects from the source.
  • Method Details

    • readPathObjects

      Collection<PathObject> readPathObjects() throws IOException
      Read a collection of objects from the source.
      Returns:
      a collection of objects, or empty list if no objects are available.
      Throws:
      IOException