mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
- Introduced multiple GaugeColorSetter classes (B to L) for setting gauge colors dynamically. - Implemented GaugePropertiesMenu class to manage gauge properties and settings. - Added action listeners for gauge styles and slider value changes to enhance interactivity. - Created RadioButtonColorSelectionListener and StaticValueActionListener for handling user input. - Ensured compatibility with existing gauge components and UI elements.
38 lines
720 B
Java
38 lines
720 B
Java
package L;
|
|
|
|
import ax.S;
|
|
import ax.ac;
|
|
|
|
public class LogTimeFunction extends ac {
|
|
public static long a = -1L;
|
|
|
|
public double a(S paramS) {
|
|
return (a >= 0L) ? ((System.currentTimeMillis() - a) / 1000.0D) : -1.0D;
|
|
}
|
|
|
|
public double b(S paramS) {
|
|
return a(paramS);
|
|
}
|
|
|
|
public static void a() {
|
|
a = System.currentTimeMillis();
|
|
}
|
|
|
|
public static void b() {
|
|
a = -1L;
|
|
}
|
|
|
|
public static double c() {
|
|
return (System.currentTimeMillis() - a) / 1000.0D;
|
|
}
|
|
|
|
public String toString() {
|
|
return "getLogTime()";
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/y.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |