Package omero.util

Interface TileData

  • All Known Implementing Classes:
    RPSTileData

    public interface TileData
    Access strategy which can be implemented by diverse resources
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      byte[] getTile​(int z, int c, int t, int x, int y, int w, int h)  
      void setTile​(byte[] buffer, int z, int c, int t, int x, int y, int w, int h)  
    • Method Detail

      • getTile

        byte[] getTile​(int z,
                       int c,
                       int t,
                       int x,
                       int y,
                       int w,
                       int h)
      • setTile

        void setTile​(byte[] buffer,
                     int z,
                     int c,
                     int t,
                     int x,
                     int y,
                     int w,
                     int h)
      • close

        void close()