public void setProperties(Hashtable<?, ?> props) {
   if (src != null) {
     src.checkSecurity(null, false);
   }
   image.setProperties(props);
   newInfo(image, ImageObserver.PROPERTIES, 0, 0, 0, 0);
 }
Exemplo n.º 2
0
 /*     */ synchronized void infoDone(int paramInt) {
   /* 266 */ if ((paramInt == 1) || (((this.availinfo ^ 0xFFFFFFFF) & 0x3) != 0))
   /*     */ {
     /* 269 */ addInfo(64);
     /* 270 */ } else if ((this.availinfo & 0x4) == 0) /* 271 */ setProperties(null);
   /*     */ }