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) protected void
reset()
void
save
(DataOutputStream output) void
setFrontType
(int _type) protected void
setFrontWind
(float float0) 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) -
setFrontWind
protected void setFrontWind(float float0) -
setStrength
public void setStrength(float str) -
reset
protected void reset() -
save
- Throws:
IOException
-
load
- Throws:
IOException
-
addDaySample
public void addDaySample(float noiseval) -
copyFrom
-