Class Block


  • final class Block
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int height  
      (package private) int[] samples  
      (package private) int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      Block​(int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • samples

        final int[] samples
      • width

        final int width
      • height

        final int height
    • Constructor Detail

      • Block

        Block​(int width,
              int height)