org.rubato.composer.view2d
Class NewSelectionAction

java.lang.Object
  extended by org.rubato.composer.view2d.NewSelectionAction
All Implemented Interfaces:
Action2D

public final class NewSelectionAction
extends java.lang.Object
implements Action2D


Constructor Summary
NewSelectionAction(View2D view)
           
 
Method Summary
 void draw(java.awt.Graphics2D g)
           
 java.awt.Cursor getCursor()
           
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void mouseDragged(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewSelectionAction

public NewSelectionAction(View2D view)
Method Detail

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

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

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface Action2D

draw

public void draw(java.awt.Graphics2D g)
Specified by:
draw in interface Action2D