Advertisement
Guest User

Untitled

a guest
May 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /*
  2. * Decompiled with CFR 0_114.
  3. */
  4. import java.awt.Graphics;
  5. import java.awt.Image;
  6. import java.awt.image.ImageObserver;
  7.  
  8. public class hn {
  9. private Image a;
  10. private String b;
  11. private int c;
  12. private int d;
  13. private int e;
  14. private int f;
  15.  
  16. public hn(Image image, String string, int n2, int n3, int n4, int n5) {
  17. this.a = image;
  18. this.b = string;
  19. this.c = n2;
  20. this.d = n3;
  21. this.e = n4;
  22. this.f = n5;
  23. }
  24.  
  25. public void a(Graphics graphics, int n2, int n3, int n4, int n5, int n6, int n7, int n8, int n9) {
  26. graphics.drawImage(this.a, n2, n3, n4, n5, this.c + n6, this.d + n7, this.c + n8, this.d + n9, null);
  27. }
  28.  
  29. public int a() {
  30. return this.e;
  31. }
  32.  
  33. public int b() {
  34. return this.f;
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement