Package omero.util

Class RPSTileData

  • All Implemented Interfaces:
    TileData

    public class RPSTileData
    extends java.lang.Object
    implements TileData
    Access strategy which can be implemented by diverse resources
    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTile

        public byte[] getTile​(int z,
                              int c,
                              int t,
                              int x,
                              int y,
                              int w,
                              int h)
        Specified by:
        getTile in interface TileData
      • setTile

        public void setTile​(byte[] buffer,
                            int z,
                            int c,
                            int t,
                            int x,
                            int y,
                            int w,
                            int h)
        Specified by:
        setTile in interface TileData
      • close

        public void close()
        Specified by:
        close in interface TileData