|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanger.audio.Profile
public class Profile
| Constructor Summary | |
|---|---|
Profile(byte[] bytes)
|
|
Profile(Profile p)
|
|
Profile(String meta)
|
|
Profile(String name,
int foreVolume,
int backVolume,
int sysVolume,
int keyVolume,
int trackballVolume,
boolean allowFlash,
boolean allowBuzz,
int route,
int klass)
|
|
Profile(String name,
int foreVolume,
int backVolume,
int sysVolume,
int keyVolume,
int trackballVolume,
boolean allowFlash,
boolean allowBuzz,
int route,
int klass,
boolean isDefault)
|
|
| Method Summary | |
|---|---|
boolean |
allowBuzz()
|
boolean |
allowFlash()
|
Object |
clone()
|
boolean |
compareTo(Profile dest)
|
int |
getBackgroundVolume()
|
int |
getForegroundVolume()
|
int |
getKeyVolume()
|
int |
getMaxVolume()
|
String |
getName()
|
int |
getNameLength()
|
int |
getProfileClass()
|
int |
getRoute()
|
int |
getRuntimeID()
|
int |
getSystemVolume()
|
int |
getTrackballVolume()
|
boolean |
isDefault()
Is Profile still at default settings? |
boolean |
isNameDefault()
Is Profile name still at default settings? |
void |
rename(String newName)
|
void |
setBackgroundVolume(int volume)
|
void |
setBuzz(boolean state)
|
void |
setByteArray(byte[] byteArray)
|
void |
setDefault(boolean isDefault)
Set Profile default status |
void |
setFlash(boolean state)
|
void |
setForegroundVolume(int volume)
|
void |
setKeyVolume(int volume)
|
void |
setName(String name)
|
void |
setNameDefault(boolean isDefault)
Set Profile name default status |
void |
setProfileClass(int klass)
|
void |
setRoute(int volume)
|
void |
setRuntimeID(int id)
|
void |
setSystemVolume(int volume)
|
void |
setTrackballVolume(int volume)
|
byte[] |
toByteArray()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Profile(String name,
int foreVolume,
int backVolume,
int sysVolume,
int keyVolume,
int trackballVolume,
boolean allowFlash,
boolean allowBuzz,
int route,
int klass)
public Profile(String name,
int foreVolume,
int backVolume,
int sysVolume,
int keyVolume,
int trackballVolume,
boolean allowFlash,
boolean allowBuzz,
int route,
int klass,
boolean isDefault)
public Profile(byte[] bytes)
public Profile(Profile p)
public Profile(String meta)
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic byte[] toByteArray()
public void setByteArray(byte[] byteArray)
public int getProfileClass()
public void setProfileClass(int klass)
public boolean allowFlash()
public void setFlash(boolean state)
public boolean allowBuzz()
public void setBuzz(boolean state)
public boolean isNameDefault()
public void setNameDefault(boolean isDefault)
public boolean isDefault()
public void setDefault(boolean isDefault)
public int getMaxVolume()
public int getForegroundVolume()
public void setForegroundVolume(int volume)
public int getBackgroundVolume()
public void setBackgroundVolume(int volume)
public int getSystemVolume()
public void setSystemVolume(int volume)
public int getKeyVolume()
public void setKeyVolume(int volume)
public int getTrackballVolume()
public void setTrackballVolume(int volume)
public int getRoute()
public void setRoute(int volume)
public String getName()
public int getNameLength()
public void rename(String newName)
public void setName(String name)
public boolean compareTo(Profile dest)
public void setRuntimeID(int id)
public int getRuntimeID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||