Uses of Interface
com.softsynth.jmsl.score.ScoreCanvasListener
Package | Description |
---|---|
com.softsynth.jmsl.score | |
jmslexamples | |
jmsltestsuite |
-
Uses of ScoreCanvasListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement ScoreCanvasListener Modifier and Type Class Description class
EditManager
This class makes decisions about things like cursor placement, note selection, based on mouse clicks.class
GoofyFace
Testable implementation of a ScoreCanvasListener.Methods in com.softsynth.jmsl.score with parameters of type ScoreCanvasListener Modifier and Type Method Description void
ScoreCanvas. addScoreCanvasListener(ScoreCanvasListener listener)
void
ScoreCanvasAdapter. addScoreCanvasListener(ScoreCanvasListener listener)
void
ScoreCanvas. removeScoreCanvasListener(ScoreCanvasListener listener)
void
ScoreCanvasAdapter. removeScoreCanvasListener(ScoreCanvasListener listener)
-
Uses of ScoreCanvasListener in jmslexamples
Classes in jmslexamples that implement ScoreCanvasListener Modifier and Type Class Description class
ProportionalNotation
Use stemless notes to generate a demo of proportional notation. -
Uses of ScoreCanvasListener in jmsltestsuite
Classes in jmsltestsuite that implement ScoreCanvasListener Modifier and Type Class Description class
DrawOnScore
Draw on top of a score using call backclass
SaveScoreToJPEGImage