/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkToolkit.java

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

revision 1.53 by mark, Thu Jul 22 19:45:38 2004 UTC revision 1.54 by mark, Fri Jul 30 15:30:22 2004 UTC
# Line 278  public class GtkToolkit extends gnu.java Line 278  public class GtkToolkit extends gnu.java
278          return image;                  return image;        
279        }        }
280    }    }
281      
282      /**
283       * Creates an ImageProducer from the specified URL. The image is assumed
284       * to be in a recognised format.
285       *
286       * @param url URL to read image data from.
287       */  
288      public ImageProducer createImageProducer(URL url)
289      {
290        return new GdkPixbufDecoder(url);  
291      }
292    
293    public ColorModel getColorModel ()    public ColorModel getColorModel ()
294    {    {

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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