Class Overview
The Settings class regroups all bass enhance parameters. It is used in
conjuntion with getProperties() and setProperties() methods to backup and restore
all parameters in a single call.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
BassEnhance.Settings
()
public
BassEnhance.Settings
(String settings)
Settings class constructor from a key=value; pairs formatted string. The string is
typically returned by Settings.toString() method.
Public Methods