/[classpath]/classpath/java/awt/image/VolatileImage.java
ViewVC logotype

Diff of /classpath/java/awt/image/VolatileImage.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by fitzsim, Wed May 4 18:28:50 2005 UTC revision 1.5 by fitzsim, Wed May 18 15:03:53 2005 UTC
# Line 79  public abstract class VolatileImage exte Line 79  public abstract class VolatileImage exte
79     * One of validate's possible return values.  Indicates that the     * One of validate's possible return values.  Indicates that the
80     * image buffer has been restored, meaning that it is valid and     * image buffer has been restored, meaning that it is valid and
81     * ready-to-use but that its previous contents have been lost.  This     * ready-to-use but that its previous contents have been lost.  This
82     * return value implies IMAGE_OK but that the image needs to be     * return value implies that the image needs to be re-rendered.
    * re-rendered.  
83     */     */
84    public static final int IMAGE_RESTORED = 1;    public static final int IMAGE_RESTORED = 1;
85    
# Line 212  public abstract class VolatileImage exte Line 211  public abstract class VolatileImage exte
211     *   <li><code>IMAGE_OK</code> if the image did not need to be     *   <li><code>IMAGE_OK</code> if the image did not need to be
212     *   validated and didn't need to be restored</li>     *   validated and didn't need to be restored</li>
213     *   <li><code>IMAGE_RESTORED</code> if the image may need to be     *   <li><code>IMAGE_RESTORED</code> if the image may need to be
214     *   re-rendered.  This return value implies IMAGE_OK.</li>     *   re-rendered.</li>
215     *   <li><code>IMAGE_INCOMPATIBLE</code> if this image's     *   <li><code>IMAGE_INCOMPATIBLE</code> if this image's
216     *   requirements are not fulfilled by the graphics configuration     *   requirements are not fulfilled by the graphics configuration
217     *   parameter.  This implies that you need to create a new     *   parameter.  This implies that you need to create a new

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26