sound.zrs.ui
Class BoxStretchRubberBand

java.lang.Object
  extended by sound.zrs.ui.RubberBand
      extended by sound.zrs.ui.BoxStretchRubberBand

public class BoxStretchRubberBand
extends RubberBand


Field Summary
 
Fields inherited from class sound.zrs.ui.RubberBand
startX, startY
 
Constructor Summary
BoxStretchRubberBand(int startX, int startY)
           
BoxStretchRubberBand(int startX, int startY, int fixedHeight)
           
BoxStretchRubberBand(java.awt.Point start)
           
 
Method Summary
 
Methods inherited from class sound.zrs.ui.RubberBand
draw, erase, getStart, move
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxStretchRubberBand

public BoxStretchRubberBand(int startX,
                            int startY)

BoxStretchRubberBand

public BoxStretchRubberBand(int startX,
                            int startY,
                            int fixedHeight)

BoxStretchRubberBand

public BoxStretchRubberBand(java.awt.Point start)