home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / windows / WPrintGraphicsWrapper$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  1.2 KB  |  40 lines

  1. package sun.awt.windows;
  2.  
  3. import java.awt.Color;
  4. import java.awt.Image;
  5. import java.awt.image.ImageObserver;
  6.  
  7. class WPrintGraphicsWrapper$2 implements WPrintGraphicsWrapper.BooleanFunction {
  8.    // $FF: synthetic field
  9.    private final Image val$img;
  10.    // $FF: synthetic field
  11.    private final int val$x;
  12.    // $FF: synthetic field
  13.    private final int val$y;
  14.    // $FF: synthetic field
  15.    private final int val$width;
  16.    // $FF: synthetic field
  17.    private final int val$height;
  18.    // $FF: synthetic field
  19.    private final Color val$bgcolor;
  20.    // $FF: synthetic field
  21.    private final ImageObserver val$observer;
  22.    // $FF: synthetic field
  23.    private final WPrintGraphicsWrapper this$0;
  24.  
  25.    WPrintGraphicsWrapper$2(WPrintGraphicsWrapper var1, Image var2, int var3, int var4, int var5, int var6, Color var7, ImageObserver var8) {
  26.       this.this$0 = var1;
  27.       this.val$img = var2;
  28.       this.val$x = var3;
  29.       this.val$y = var4;
  30.       this.val$width = var5;
  31.       this.val$height = var6;
  32.       this.val$bgcolor = var7;
  33.       this.val$observer = var8;
  34.    }
  35.  
  36.    public boolean invoke() {
  37.       return WPrintGraphicsWrapper.access$000(this.this$0).drawImage(this.val$img, this.val$x, this.val$y, this.val$width, this.val$height, this.val$bgcolor, this.val$observer);
  38.    }
  39. }
  40.