Uses of Class
holoedit.data.WaveFormInstance

Packages that use WaveFormInstance
holoedit.data   
holoedit.fileio   
holoedit.gui   
 

Uses of WaveFormInstance in holoedit.data
 

Fields in holoedit.data declared as WaveFormInstance
private  WaveFormInstance SDIFdataInstance.linkedWaveFormInstance
           
 

Methods in holoedit.data that return WaveFormInstance
 WaveFormInstance WaveFormInstance.dupliquer()
           
 WaveFormInstance WaveFormInstance.dupliquer(SDIFdataInstance sdif)
           
 WaveFormInstance WaveFormInstanceVector.get(java.lang.String desc)
          retourne la premiere WaveFormInstance dont la reprŽsentation en String (donnŽe par toString) est Žgale ˆ la description 'desc' donnŽe.
 WaveFormInstance SDIFdataInstance.getLinkedWaveForm()
           
 WaveFormInstance HoloTrack.getWave(int waveNum)
           
 

Methods in holoedit.data that return types with arguments of type WaveFormInstance
 java.util.Vector<WaveFormInstance> WaveFormInstanceVector.sort(java.util.Vector<WaveFormInstance> v)
           
 

Methods in holoedit.data with parameters of type WaveFormInstance
 void HoloTrack.addWave(WaveFormInstance currentWave)
           
 SDIFdataInstance SDIFdataInstance.dupliquer(WaveFormInstance wave)
           
 boolean WaveFormInstanceVector.lessThan(WaveFormInstance obj1, WaveFormInstance obj2)
           
 boolean WaveFormInstanceVector.lessThanOrEqual(WaveFormInstance obj1, WaveFormInstance obj2)
           
 

Method parameters in holoedit.data with type arguments of type WaveFormInstance
 void WaveFormInstance.drawScore(javax.media.opengl.GL gl, java.awt.Color c, int begin, int end, boolean render, int tkNum, int seqNum, int selIndex, java.util.Vector<WaveFormInstance> selWaves, java.util.Vector<SDIFdataInstance> selDatas, int pixelNum, boolean nosmoothenabled, int selMode)
           
 void HoloTrack.drawScore(javax.media.opengl.GL gl, int begin, int end, int bSel, int eSel, boolean render, int selected, java.util.Vector<HoloTraj> selSeqs, java.util.Vector<WaveFormInstance> selWaves, java.util.Vector<SDIFdataInstance> selDatas, int tkNum, int rtCursor, int pixelNum, boolean nosmoothenabled, int selMode)
           
 java.util.Vector<WaveFormInstance> WaveFormInstanceVector.sort(java.util.Vector<WaveFormInstance> v)
           
 

Constructors in holoedit.data with parameters of type WaveFormInstance
SDIFdataInstance(GestionPistes gp, HoloSDIFdata hdt, int _beg, WaveFormInstance waveFormInstance)
           
SDIFdataInstance(GestionPistes gp, java.lang.String hdtName, int begin, int indexFirstKey, int indexLastKey, double firstKey, double lastKey, boolean reversed, WaveFormInstance linkedWaveFormInstance)
           
 

Constructor parameters in holoedit.data with type arguments of type WaveFormInstance
WaveFormInstanceVector(java.util.Vector<WaveFormInstance> v)
           
 

Uses of WaveFormInstance in holoedit.fileio
 

Fields in holoedit.fileio declared as WaveFormInstance
private  WaveFormInstance HoloFileReader.WaitAndCreateInstance.linkedWaveform
           
 

Constructors in holoedit.fileio with parameters of type WaveFormInstance
HoloFileReader.WaitAndCreateInstance(java.lang.String name, int beg, int indexFirstKey, int indexLastKey, double firstKey, double lastKey, boolean reversed, WaveFormInstance linkedWaveform)
           
 

Uses of WaveFormInstance in holoedit.gui
 

Fields in holoedit.gui declared as WaveFormInstance
private  WaveFormInstance ScoreGUI.currentDraggedWave
           
private  WaveFormInstance ScoreGUI.currentWave
           
private  WaveFormInstance GestionPistes.w
           
 

Fields in holoedit.gui with type parameters of type WaveFormInstance
 java.util.HashMap<java.lang.Integer,WaveFormInstance> GestionPistes.copyWaves
           
 java.util.Vector<WaveFormInstance> ScoreGUI.selWaves