Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.structs.SoundInfo.EnvelopePoint

Uses of SoundInfo.EnvelopePoint in com.anotherbigidea.flash.structs
 

Fields in com.anotherbigidea.flash.structs declared as SoundInfo.EnvelopePoint
protected  SoundInfo.EnvelopePoint[] SoundInfo.envelope
           
 

Methods in com.anotherbigidea.flash.structs that return SoundInfo.EnvelopePoint
 SoundInfo.EnvelopePoint[] SoundInfo.getEnvelope()
           
 

Constructors in com.anotherbigidea.flash.structs with parameters of type SoundInfo.EnvelopePoint
SoundInfo(boolean noMultiplePlay, boolean stopSound, SoundInfo.EnvelopePoint[] envelope, int inPoint, int outPoint, int loopCount)