|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jamesbryangraves.bob.music.ScaleState
public class ScaleState
Constructor Summary | |
---|---|
ScaleState()
|
|
ScaleState(int up,
int down)
|
Method Summary | |
---|---|
int |
getDown()
|
int |
getUp()
|
void |
setDown(int down)
|
void |
setUp(int up)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScaleState()
public ScaleState(int up, int down)
Method Detail |
---|
public int getDown()
public void setDown(int down)
public int getUp()
public void setUp(int up)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |