jdk/src/java.desktop/share/classes/javax/imageio/plugins/jpeg/JPEGQTable.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   134     }
   134     }
   135 
   135 
   136     /**
   136     /**
   137      * Constructs a quantization table from the argument, which must
   137      * Constructs a quantization table from the argument, which must
   138      * contain 64 elements in natural order (not zig-zag order).
   138      * contain 64 elements in natural order (not zig-zag order).
   139      * A copy is made of the the input array.
   139      * A copy is made of the input array.
   140      * @param table the quantization table, as an <code>int</code> array.
   140      * @param table the quantization table, as an <code>int</code> array.
   141      * @throws IllegalArgumentException if <code>table</code> is
   141      * @throws IllegalArgumentException if <code>table</code> is
   142      * <code>null</code> or <code>table.length</code> is not equal to 64.
   142      * <code>null</code> or <code>table.length</code> is not equal to 64.
   143      */
   143      */
   144     public JPEGQTable(int[] table) {
   144     public JPEGQTable(int[] table) {