jdk/src/share/classes/java/awt/image/BufferedImage.java
changeset 21278 ef8a3a2a72f2
parent 19169 1807a84c3d63
child 21957 97758de70fbd
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1334     }
  1334     }
  1335 
  1335 
  1336     /**
  1336     /**
  1337      * Returns the minimum tile index in the y direction.
  1337      * Returns the minimum tile index in the y direction.
  1338      * This is always zero.
  1338      * This is always zero.
  1339      * @return the mininum tile index in the y direction.
  1339      * @return the minimum tile index in the y direction.
  1340      */
  1340      */
  1341     public int getMinTileY() {
  1341     public int getMinTileY() {
  1342         return 0;
  1342         return 0;
  1343     }
  1343     }
  1344 
  1344