org.rubato.composer.view2d
Class NoAction
java.lang.Object
org.rubato.composer.view2d.NoAction
- All Implemented Interfaces:
- Action2D
public final class NoAction
- extends java.lang.Object
- implements Action2D
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoAction
public NoAction()
getCursor
public java.awt.Cursor getCursor()
- Specified by:
getCursor
in interface Action2D
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Specified by:
mouseClicked
in interface Action2D
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Specified by:
mouseReleased
in interface Action2D
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Specified by:
mousePressed
in interface Action2D
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
- Specified by:
mouseDragged
in interface Action2D
draw
public void draw(java.awt.Graphics2D g)
- Specified by:
draw
in interface Action2D