Uses of Class
com.softsynth.jmsl.score.NoteOrnament
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.transforms | |
jmsltestsuite |
-
Uses of NoteOrnament in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score with parameters of type NoteOrnament Modifier and Type Method Description void
ScoreFrame. addNoteOrnament(NoteOrnament noteOrnament)
-
Uses of NoteOrnament in com.softsynth.jmsl.score.transforms
Constructors in com.softsynth.jmsl.score.transforms with parameters of type NoteOrnament Constructor Description NoteOrnamentTransform(NoteOrnament noteOrnament)
-
Uses of NoteOrnament in jmsltestsuite
Subclasses of NoteOrnament in jmsltestsuite Modifier and Type Class Description class
DrippyNoteOrnament
NoteOrnament subclasses allows users to create custom classes that draw into the note's Graphics context.class
SquigglyNoteOrnament
NoteOrnament subclasses allows users to create custom classes that draw into the note's Graphics context.