|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectpossibility.FloorLevel
public class FloorLevel
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 |
---|
public FloorLevel(double level)
level
- The desired level to initialize the floor.Method Detail |
---|
public double getLevel()
public void setLevel(double level)
level
- Desired level to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |