com.frinika.notation
Class NotationGraphics.Note
java.lang.Object
com.frinika.notation.NotationGraphics.Note
- Enclosing class:
- NotationGraphics
public class NotationGraphics.Note
- extends java.lang.Object
Constructor Summary |
NotationGraphics.Note()
|
NotationGraphics.Note(int note,
int dur)
|
NotationGraphics.Note(int note,
int dur,
int dotted)
|
NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental)
|
NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental,
int mark)
|
NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental,
int mark,
int linedir)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
note
public int note
dur
public int dur
linedir
public int linedir
dotted
public int dotted
accidental
public int accidental
mark
public int mark
color
public java.awt.Color color
NotationGraphics.Note
public NotationGraphics.Note()
NotationGraphics.Note
public NotationGraphics.Note(int note,
int dur)
NotationGraphics.Note
public NotationGraphics.Note(int note,
int dur,
int dotted)
NotationGraphics.Note
public NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental)
NotationGraphics.Note
public NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental,
int mark)
NotationGraphics.Note
public NotationGraphics.Note(int note,
int dur,
int dotted,
int accidental,
int mark,
int linedir)