projectpossibility
Class FloorLevel

java.lang.Object
  extended by projectpossibility.FloorLevel

public class FloorLevel
extends java.lang.Object

Stores data for the floor level for microphone recording. This data is used to adjust the gain of the input.


Constructor Summary
FloorLevel(double level)
          Constructor
 
Method Summary
 double getLevel()
          Getter
 void setLevel(double level)
          Sets the level to a desired value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloorLevel

public FloorLevel(double level)
Constructor

Parameters:
level - The desired level to initialize the floor.
Method Detail

getLevel

public double getLevel()
Getter

Returns:
The stored floor level.

setLevel

public void setLevel(double level)
Sets the level to a desired value.

Parameters:
level - Desired level to be set.