home *** CD-ROM | disk | FTP | other *** search
- package sun.awt.windows;
-
- import java.awt.Color;
- import java.awt.Image;
- import java.awt.image.ImageObserver;
-
- class WPrintGraphicsWrapper$2 implements WPrintGraphicsWrapper.BooleanFunction {
- // $FF: synthetic field
- private final Image val$img;
- // $FF: synthetic field
- private final int val$x;
- // $FF: synthetic field
- private final int val$y;
- // $FF: synthetic field
- private final int val$width;
- // $FF: synthetic field
- private final int val$height;
- // $FF: synthetic field
- private final Color val$bgcolor;
- // $FF: synthetic field
- private final ImageObserver val$observer;
- // $FF: synthetic field
- private final WPrintGraphicsWrapper this$0;
-
- WPrintGraphicsWrapper$2(WPrintGraphicsWrapper var1, Image var2, int var3, int var4, int var5, int var6, Color var7, ImageObserver var8) {
- this.this$0 = var1;
- this.val$img = var2;
- this.val$x = var3;
- this.val$y = var4;
- this.val$width = var5;
- this.val$height = var6;
- this.val$bgcolor = var7;
- this.val$observer = var8;
- }
-
- public boolean invoke() {
- 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);
- }
- }
-