jdk/src/share/classes/javax/imageio/ImageWriteParam.java
changeset 21278 ef8a3a2a72f2
parent 19168 ff364494f2b8
child 22584 eed64ee05369
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   251      * <code>ImageWriteParam</code> allows tiling grid offset
   251      * <code>ImageWriteParam</code> allows tiling grid offset
   252      * parameters to be set.  By default, the value is
   252      * parameters to be set.  By default, the value is
   253      * <code>false</code>.  Subclasses must set the value manually.
   253      * <code>false</code>.  Subclasses must set the value manually.
   254      *
   254      *
   255      * <p> Subclasses that do not support writing tiles, or that
   255      * <p> Subclasses that do not support writing tiles, or that
   256      * supprt writing but not offsetting tiles must ensure that this
   256      * support writing but not offsetting tiles must ensure that this
   257      * value is set to <code>false</code>.
   257      * value is set to <code>false</code>.
   258      */
   258      */
   259     protected boolean canOffsetTiles = false;
   259     protected boolean canOffsetTiles = false;
   260 
   260 
   261     /**
   261     /**
   801      *
   801      *
   802      * <p> The modes are interpreted as follows:
   802      * <p> The modes are interpreted as follows:
   803      *
   803      *
   804      * <ul>
   804      * <ul>
   805      *   <li><code>MODE_DISABLED</code> - No progression.  Use this to
   805      *   <li><code>MODE_DISABLED</code> - No progression.  Use this to
   806      *   turn off progession.
   806      *   turn off progression.
   807      *
   807      *
   808      *   <li><code>MODE_COPY_FROM_METADATA</code> - The output image
   808      *   <li><code>MODE_COPY_FROM_METADATA</code> - The output image
   809      *   will use whatever progression parameters are found in the
   809      *   will use whatever progression parameters are found in the
   810      *   metadata objects passed into the writer.
   810      *   metadata objects passed into the writer.
   811      *
   811      *