mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
36 lines
904 B
Java
36 lines
904 B
Java
package I;
|
|
|
|
import G.GInterfaceAh;
|
|
import G.ManagerUsingArrayList;
|
|
import java.util.ArrayList;
|
|
|
|
public class IInterfaceJuliet {
|
|
public static String a = "magneticCompass";
|
|
|
|
public static void a() {
|
|
ManagerUsingArrayList.a().d(a);
|
|
}
|
|
|
|
public static void a(ArrayList<GInterfaceAh> paramArrayList) {
|
|
GInterfaceAh GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(a + "Gauge");
|
|
GInterfaceAh.a(a);
|
|
GInterfaceAh.a(0.0D);
|
|
GInterfaceAh.b(360.0D);
|
|
GInterfaceAh.d(1000.0D);
|
|
GInterfaceAh.e(1000.0D);
|
|
GInterfaceAh.c(-1.75D);
|
|
GInterfaceAh.h(-2.0D);
|
|
GInterfaceAh.c("Direction");
|
|
GInterfaceAh.b("°");
|
|
GInterfaceAh.g(0.0D);
|
|
GInterfaceAh.f(1.0D);
|
|
paramArrayList.add(GInterfaceAh);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/I/j.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |