|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.openbci.OpenBCIProperties
public class OpenBCIProperties
The Class OpenBCIProperties.
| Method Summary | |
|---|---|
static boolean |
getBooleanProperty(java.lang.String key)
Gets the boolean property. |
static double |
getDoubleProperty(java.lang.String key)
Gets the double property. |
static int |
getIntegerProperty(java.lang.String key)
Gets the integer property. |
static java.lang.String |
getProperty(java.lang.String key)
Gets the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getProperty(java.lang.String key)
key - the key
public static int getIntegerProperty(java.lang.String key)
key - the key
public static double getDoubleProperty(java.lang.String key)
key - the key
public static boolean getBooleanProperty(java.lang.String key)
key - the key
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||