sound.window
Class Envelope

java.lang.Object
  extended by sound.window.Envelope
All Implemented Interfaces:
java.lang.Cloneable

public class Envelope
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
Envelope()
           
 
Method Summary
 void addPoint(EnvelopePoint p)
           
 java.lang.Object clone()
           
 java.util.Enumeration elements()
           
static void main(java.lang.String[] args)
           
 void movePoint(EnvelopePoint p, EnvelopePoint to)
           
 EnvelopePoint pointAt(int index)
           
 void removePoint(EnvelopePoint p)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Envelope

public Envelope()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

elements

public java.util.Enumeration elements()

pointAt

public EnvelopePoint pointAt(int index)

size

public int size()

removePoint

public void removePoint(EnvelopePoint p)

addPoint

public void addPoint(EnvelopePoint p)

movePoint

public void movePoint(EnvelopePoint p,
                      EnvelopePoint to)

main

public static void main(java.lang.String[] args)