|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.softsynth.jmsl.MusicJob
jmslexamples.TextJob
public class TextJob
TextJob.java A MusicJob subclass that has a drawing canvas on which it can draw messages. For testing scheduling without having to hear anything.
| Field Summary |
|---|
| Fields inherited from class com.softsynth.jmsl.MusicJob |
|---|
repeatCount |
| Method Summary | |
|---|---|
boolean |
getState()
return the "state" of the TextJob, used for reversing color, for example |
void |
printMsg()
paint TextJob's private message to canvas |
void |
reverseState()
reverse the boolean state of the TextJob |
void |
setColor(java.awt.Color kolor)
set the drawing color |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean getState()
public void reverseState()
public void setColor(java.awt.Color kolor)
public void printMsg()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||