Class ClimateManager.AirFront
java.lang.Object
zombie.iso.weather.ClimateManager.AirFront
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDaySample
(float noiseval) void
copyFrom
(ClimateManager.AirFront other) float
float
getDays()
float
float
float
int
getType()
void
load
(DataInputStream input) void
save
(DataOutputStream output) void
setFrontType
(int _type) void
setStrength
(float str)
-
Constructor Details
-
AirFront
public AirFront()
-
-
Method Details
-
getDays
public float getDays() -
getMaxNoise
public float getMaxNoise() -
getTotalNoise
public float getTotalNoise() -
getType
public int getType() -
getStrength
public float getStrength() -
getAngleDegrees
public float getAngleDegrees() -
setFrontType
public void setFrontType(int _type) -
setStrength
public void setStrength(float str) -
save
- Throws:
IOException
-
load
- Throws:
IOException
-
addDaySample
public void addDaySample(float noiseval) -
copyFrom
-