com.meapsoft.visualizer
Class ChunkVisInfo

java.lang.Object
  extended bycom.meapsoft.Chunk
      extended bycom.meapsoft.FeatChunk
          extended bycom.meapsoft.EDLChunk
              extended bycom.meapsoft.visualizer.ChunkVisInfo
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class ChunkVisInfo
extends EDLChunk


Field Summary
 boolean selected
           
 
Fields inherited from class com.meapsoft.EDLChunk
commands, dstTime
 
Fields inherited from class com.meapsoft.FeatChunk
features
 
Fields inherited from class com.meapsoft.Chunk
comment, length, srcFile, startTime
 
Constructor Summary
ChunkVisInfo(java.lang.String sf, double st, double l, double dt)
           
 
Methods inherited from class com.meapsoft.EDLChunk
compareTo, toString
 
Methods inherited from class com.meapsoft.FeatChunk
addFeature, addFeature, addFeature, addFeature, addFeature, clearFeatures, clone, getFeatures, getFeatures, numFeatures, setFeature, setFeatures
 
Methods inherited from class com.meapsoft.Chunk
getSamples
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

selected

public boolean selected
Constructor Detail

ChunkVisInfo

public ChunkVisInfo(java.lang.String sf,
                    double st,
                    double l,
                    double dt)