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.
61 lines
954 B
Java
61 lines
954 B
Java
package W;
|
|
|
|
import java.io.File;
|
|
|
|
public class DownloadResult {
|
|
private boolean a = false;
|
|
|
|
private long b = -1L;
|
|
|
|
private File c = null;
|
|
|
|
private String d = "";
|
|
|
|
private double e = -1.0D;
|
|
|
|
public boolean a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.a = paramBoolean;
|
|
}
|
|
|
|
public long b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(long paramLong) {
|
|
this.b = paramLong;
|
|
}
|
|
|
|
public File c() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(File paramFile) {
|
|
this.c = paramFile;
|
|
}
|
|
|
|
public String d() {
|
|
return this.d;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.d = paramString;
|
|
}
|
|
|
|
public double e() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.e = paramDouble;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/R.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |