Пример #1
0
 /*     */ public int check(ImageObserver paramImageObserver) {
   /* 189 */ if (this.src != null) {
     /* 190 */ this.src.checkSecurity(null, false);
     /*     */ }
   /* 192 */ if (((this.availinfo & 0x40) == 0) && (((this.availinfo ^ 0xFFFFFFFF) & 0x7) != 0))
   /*     */ {
     /* 196 */ addWatcher(paramImageObserver, false);
     /*     */ }
   /* 198 */ return this.availinfo;
   /*     */ }
Пример #2
0
 /*     */ public synchronized int getHeight(ImageObserver paramImageObserver) /*     */ {
   /* 138 */ if (this.src != null) {
     /* 139 */ this.src.checkSecurity(null, false);
     /*     */ }
   /* 141 */ if ((this.availinfo & 0x2) == 0) {
     /* 142 */ addWatcher(paramImageObserver, true);
     /* 143 */ if ((this.availinfo & 0x2) == 0) {
       /* 144 */ return -1;
       /*     */ }
     /*     */ }
   /* 147 */ return this.height;
   /*     */ }
Пример #3
0
 /*     */ public synchronized int getWidth(ImageObserver paramImageObserver) /*     */ {
   /* 106 */ if (this.src != null) {
     /* 107 */ this.src.checkSecurity(null, false);
     /*     */ }
   /* 109 */ if ((this.availinfo & 0x1) == 0) {
     /* 110 */ addWatcher(paramImageObserver, true);
     /* 111 */ if ((this.availinfo & 0x1) == 0) {
       /* 112 */ return -1;
       /*     */ }
     /*     */ }
   /* 115 */ return this.width;
   /*     */ }
Пример #4
0
 /*     */ public Object getProperty(String paramString, ImageObserver paramImageObserver)
       /*     */ {
   /* 161 */ if (paramString == null) {
     /* 162 */ throw new NullPointerException("null property name is not allowed");
     /*     */ }
   /*     */
   /* 165 */ if (this.src != null) {
     /* 166 */ this.src.checkSecurity(null, false);
     /*     */ }
   /* 168 */ if (this.properties == null) {
     /* 169 */ addWatcher(paramImageObserver, true);
     /* 170 */ if (this.properties == null) {
       /* 171 */ return null;
       /*     */ }
     /*     */ }
   /* 174 */ Object localObject = this.properties.get(paramString);
   /* 175 */ if (localObject == null) {
     /* 176 */ localObject = Image.UndefinedProperty;
     /*     */ }
   /* 178 */ return localObject;
   /*     */ }
Пример #5
0
 /*     */ public void preload(ImageObserver paramImageObserver) {
   /* 202 */ if (this.src != null) {
     /* 203 */ this.src.checkSecurity(null, false);
     /*     */ }
   /* 205 */ if ((this.availinfo & 0x20) == 0) /* 206 */ addWatcher(paramImageObserver, true);
   /*     */ }