mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 09:35:03 +00:00
33 lines
561 B
Java
33 lines
561 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.Color;
|
|
|
|
class fB {
|
|
private double b = 0.0D;
|
|
|
|
private Color c = null;
|
|
|
|
fB(fA paramfA) {}
|
|
|
|
public double a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.b = paramDouble;
|
|
}
|
|
|
|
public Color b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(Color paramColor) {
|
|
this.c = paramColor;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fB.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |