Files
tustu/app/obfuscated_packages/L/TableLookupFunction.java
johndoe6345789 347ed15b78 Add Gauge Color Setters and Properties Menu
- 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.
2026-01-11 07:39:35 +00:00

47 lines
1.0 KiB
Java

package L;
import ax.U;
import ax.ab;
import ax.ac;
import bH.F;
import java.io.FileNotFoundException;
public class TableLookupFunction extends ac {
ab a = null;
ab b = null;
String c = null;
public S(ab paramab1, ab paramab2) {
this.a = paramab2;
this.b = paramab1;
}
public double a(ax.S paramS) {
try {
Long long_ = Long.valueOf((long)this.a.b(paramS));
F f = V.a().a(long_);
if (this.c == null)
this.c = (f.d() != null) ? f.d().getName() : null;
double d = this.b.b(paramS);
return f.a(d);
} catch (FileNotFoundException fileNotFoundException) {
throw new U("inc lookup failed: " + fileNotFoundException.getMessage());
}
}
public double b(ax.S paramS) {
return a(paramS);
}
public String toString() {
return "table( " + this.b.toString() + ", \"" + this.c + "\" )";
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/S.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/