Package com.softsynth.jmsl.score
Class CrescRenderer
java.lang.Object
com.softsynth.jmsl.score.CrescRenderer
public class CrescRenderer
extends java.lang.Object
A class with static methods to draw cresc across Notes. JMSL Notation Project
- Author:
- Nick Didkovsky, copyright 2002 Nick Didkovsky
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description CrescRenderer()
-
Method Summary
Modifier and Type Method Description static void
renderCresc(java.awt.Graphics g, double zoom, java.util.Vector notes)
static void
renderDecresc(java.awt.Graphics g, double zoom, java.util.Vector notes)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
CrescRenderer
public CrescRenderer()
-
-
Method Details
-
renderCresc
public static void renderCresc(java.awt.Graphics g, double zoom, java.util.Vector notes) -
renderDecresc
public static void renderDecresc(java.awt.Graphics g, double zoom, java.util.Vector notes)
-