Uses of Class
sound.window.Envelope

Packages that use Envelope
sound.window   
 

Uses of Envelope in sound.window
 

Methods in sound.window that return Envelope
 Envelope EnvelopePanel.getEnvelope()
           
 

Methods in sound.window with parameters of type Envelope
static void EnvelopeCanvas.drawEnvelope(java.awt.Graphics g, Envelope env, int x, int y, int w, int h, double minV, double maxV, double maxT, boolean drawPoints, EnvelopePoint sel)
           
 void EnvelopePanel.setEnvelope(Envelope envelope)
           
 

Constructors in sound.window with parameters of type Envelope
EnvelopePanel(Envelope envelope)
           
EnvelopePanel(Envelope envelope, int width, int height)