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

Quick Search    Search Deep

com.anotherbigidea.flash.structs
Class SoundInfo.EnvelopePoint  view SoundInfo.EnvelopePoint download SoundInfo.EnvelopePoint.java

java.lang.Object
  extended bycom.anotherbigidea.flash.structs.SoundInfo.EnvelopePoint
Enclosing class:
SoundInfo

public static class SoundInfo.EnvelopePoint
extends java.lang.Object

A Point in a sound envelope


Field Summary
 int level0
           
 int level1
           
 int mark44
           
 
Constructor Summary
SoundInfo.EnvelopePoint(int mark44, int level0, int level1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mark44

public int mark44

level0

public int level0

level1

public int level1
Constructor Detail

SoundInfo.EnvelopePoint

public SoundInfo.EnvelopePoint(int mark44,
                               int level0,
                               int level1)