39 lines
876 B
Java
39 lines
876 B
Java
package o;
|
|
|
|
import o.OFJ;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class UAQ {
|
|
public int b;
|
|
public float c;
|
|
public float e;
|
|
private OFJ.RVV f;
|
|
private float g;
|
|
public float h;
|
|
private float i;
|
|
public float j;
|
|
public int d = -1;
|
|
public int a = -1;
|
|
|
|
public UAQ(float f, float f2, float f3, float f4, int i, OFJ.RVV rvv) {
|
|
this.j = f;
|
|
this.h = f2;
|
|
this.i = f3;
|
|
this.g = f4;
|
|
this.b = i;
|
|
this.f = rvv;
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("Highlight, x: ");
|
|
sb.append(this.j);
|
|
sb.append(", y: ");
|
|
sb.append(this.h);
|
|
sb.append(", dataSetIndex: ");
|
|
sb.append(this.b);
|
|
sb.append(", stackIndex (only stacked barentry): ");
|
|
sb.append(this.a);
|
|
return sb.toString();
|
|
}
|
|
}
|