43 lines
1.1 KiB
Java
43 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.bEs, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C3725bEs extends BrP {
|
|
private static final HashMap<Integer, String> b;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
b = hashMap;
|
|
hashMap.put(1, "Version");
|
|
hashMap.put(2, "Bits Per Pixel");
|
|
hashMap.put(3, "X Min");
|
|
hashMap.put(4, "Y Min");
|
|
hashMap.put(5, "X Max");
|
|
hashMap.put(6, "Y Max");
|
|
hashMap.put(7, "Horizontal DPI");
|
|
hashMap.put(8, "Vertical DPI");
|
|
hashMap.put(9, "Palette");
|
|
hashMap.put(10, "Color Planes");
|
|
hashMap.put(11, "Bytes Per Line");
|
|
hashMap.put(12, "Palette Type");
|
|
hashMap.put(13, "H Scr Size");
|
|
hashMap.put(14, "V Scr Size");
|
|
}
|
|
|
|
public C3725bEs() {
|
|
a(new GcJ(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return b;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "PCX";
|
|
}
|
|
}
|