/[classpath]/classpath/java/awt/Image.java
ViewVC logotype

Diff of /classpath/java/awt/Image.java

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

revision 1.10 by mark, Sat Jul 2 20:32:25 2005 UTC revision 1.11 by trebligd, Wed Jul 6 08:15:17 2005 UTC
# Line 94  public abstract class Image Line 94  public abstract class Image
94     * Constant indicating that the area averaging scaling algorithm should be     * Constant indicating that the area averaging scaling algorithm should be
95     * used.     * used.
96     *     *
97     * @see AreaAveragingScaleFilter     * @see java.awt.image.AreaAveragingScaleFilter
98     * @since 1.1     * @since 1.1
99     */     */
100    public static final int SCALE_AREA_AVERAGING = 16;    public static final int SCALE_AREA_AVERAGING = 16;
# Line 141  public abstract class Image Line 141  public abstract class Image
141     * This method is only valid for off-screen objects.     * This method is only valid for off-screen objects.
142     *     *
143     * @return a graphics context object for an off-screen object     * @return a graphics context object for an off-screen object
144     * @see Graphics#createImage(int, int)     * @see Graphics#getcreateImage(int, int)
145     */     */
146    public abstract Graphics getGraphics();    public abstract Graphics getGraphics();
147    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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