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

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

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

revision 1.8.2.2 by gnu_andrew, Sat Sep 10 15:31:45 2005 UTC revision 1.8.2.3 by gnu_andrew, Sun Oct 16 17:12:06 2005 UTC
# Line 135  public class ImageFilter implements Imag Line 135  public class ImageFilter implements Imag
135       *       *
136       * @param props the list of properties associated with this image       * @param props the list of properties associated with this image
137       */       */
138      public void setProperties(Hashtable props)      public void setProperties(Hashtable<?,?> props)
139      {      {
140          props.put("filters", "ImageFilter");        Hashtable<Object,Object> props2 = (Hashtable<Object,Object>) props;
141          if (consumer != null)        props2.put("filters", "ImageFilter");
142            consumer.setProperties(props);        if (consumer != null)
143            consumer.setProperties(props);
144      }      }
145    
146      /**      /**

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

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