public class TxtNote extends Note
instrument, key| Constructor and Description |
|---|
TxtNote(byte key,
Instrument instrument) |
TxtNote(java.util.Scanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
TxtNote |
clone() |
byte |
getKey() |
void |
setKey(byte key) |
void |
write(java.lang.StringBuilder builder) |
equals, getInstrument, getRawKey, hashCode, setInstrumentpublic TxtNote(java.util.Scanner scanner)
public TxtNote(byte key,
Instrument instrument)