Class DrawAdapter.DiffResult

  • Enclosing interface:
    DrawAdapter

    public static class DrawAdapter.DiffResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffResult​(int minX, int minZ, int width, int height, byte[] data)  
    • Constructor Detail

      • DiffResult

        public DiffResult​(int minX,
                          int minZ,
                          int width,
                          int height,
                          byte[] data)
    • Method Detail

      • getMinX

        public int getMinX()
      • getMinZ

        public int getMinZ()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getData

        public byte[] getData()