sound.zrs.ui
Class BoxRubberBand

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

public class BoxRubberBand
extends RubberBand


Field Summary
 
Fields inherited from class sound.zrs.ui.RubberBand
startX, startY
 
Constructor Summary
BoxRubberBand(java.awt.Dimension size, int offsetX, int offsetY)
           
 
Method Summary
 java.awt.Point getOffset()
           
 
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

BoxRubberBand

public BoxRubberBand(java.awt.Dimension size,
                     int offsetX,
                     int offsetY)
Method Detail

getOffset

public java.awt.Point getOffset()