// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
import javax.microedition.lcdui.Graphics;
public class b
{
public b(d d1, int i, int j, int k)
{
a_d_fld = d1;
a_boolean_fld = true;
a_int_fld = d1.l + j * 19;
b = d1.m + i * 19;
}
public void a(Graphics g)
{
if(a_boolean_fld && c >= 0)
{
g.setClip(a_int_fld, b, a_d_fld.ae, a_d_fld.af);
g.drawImage(a_d_fld.a[c], a_int_fld, b, 20);
}
c++;
if(c >= a_d_fld.a.length)
a_boolean_fld = false;
}
public int a_int_fld;
public int b;
public int c;
public boolean a_boolean_fld;
private final d a_d_fld;
}