Uses of Class
holoedit.data.HoloSDIFdata

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

Uses of HoloSDIFdata in holoedit.data
 

Fields in holoedit.data declared as HoloSDIFdata
private  HoloSDIFdata HoloSDIFdataStat.holoSDIFdata
           
private  HoloSDIFdata SDIFdataInstance.hsdifdt
           
private  HoloSDIFdata HoloSDIFdata.parent
           
 

Fields in holoedit.data with type parameters of type HoloSDIFdata
 java.util.Vector<HoloSDIFdata> HoloSDIFdata.children
           
 java.util.Vector<HoloSDIFdata> HoloSDIFdata.createdSDIFvector
           
 

Methods in holoedit.data that return HoloSDIFdata
 HoloSDIFdata HoloSDIFdata.cut(int dateBegin, int dateEnd)
          on enleve tous les points entre dateBegin & dateEnd on retourne la fin du sdif.
 HoloSDIFdata HoloExternalDataPool.get(java.lang.String fileName, java.lang.String dataType)
          TODO
 HoloSDIFdata HoloSDIFdata.getChild(int index)
          Returns the child at the specified position in the children Vector.
 HoloSDIFdata SDIFdataInstance.getData()
           
 HoloSDIFdata HoloSDIFdata.getLastChild()
          Returns the last child of the children Vector.
 HoloSDIFdata HoloSDIFdata.getParent()
          Returns the parent of the HoloSDIFdata instance.
 

Methods in holoedit.data with parameters of type HoloSDIFdata
 void HoloSDIFdata.addChild(HoloSDIFdata child)
          Adds a child to the HoloSDIFdata instance.
 boolean HoloWaveForm.addLinkedData(HoloSDIFdata holoData)
           
private  void HoloSDIFdataStat.calculMean(HoloSDIFdata holoSDIFdata)
          Retourne un Vector contenant les valeurs moyennes de toutes les colones des treemaps d'un HoloSDIFdata.
private  void HoloSDIFdataStat.calculMinAndMax(HoloSDIFdata holoSDIFdata)
          calcul un Vector contenant les valeurs maximales et minimales de toutes les colones des treemaps d'un HoloSDIFdata.
 boolean HoloWaveForm.containsLinkedData(HoloSDIFdata holoSDIFdatasdifDt)
           
private  boolean SDIFdataInstance.createList(javax.media.opengl.GL gl, HoloSDIFdata holosdifdata)
           
private  void HoloSDIFdata.createList(javax.media.opengl.GL gl, HoloSDIFdata holoSDIFdata)
          Create the lists to draw in the soundPool
 void HoloSDIFdataStat.doStat(HoloSDIFdata holoSDIFdata)
          Calcule les stats d'un HoloSDIFdata.
static float HoloSDIFdataStat.getBiggestSDIFendTime(HoloSDIFdata[] _hsdifdt)
          Calcule et retourne le plus grand endTime de tous les fichiers SDIF dont sont issues des holoSDIFdatas
static float HoloSDIFdataStat.getBiggestY(HoloSDIFdata[] _hsdifdt)
          Retourne la plus grande valeur a dessiner des holoSDIFdatas
 int HoloSDIFdata.getChildIndex(HoloSDIFdata child)
          return the index of a child
 int HoloSDIFdataStat.getNbrTimes(HoloSDIFdata holoSDIFdata)
           
static float HoloSDIFdata.getRescaleYallSDIF(HoloSDIFdata[] _hsdifdt)
          Calcule et retourne la valeur permettant de remettre les ordonnŽes ˆ l'Žchelle pour le dessin
static float HoloSDIFdataStat.getSmallestSDIFstartTime(HoloSDIFdata[] _hsdifdt)
          Calcule et retourne le plus petit startTime de tous les fichiers SDIF dont sont issues des holoSDIFdatas
static float HoloSDIFdataStat.getSmallestY(HoloSDIFdata[] _hsdifdt)
          Retourne la plus petie valeur a dessiner des holoSDIFdatas
 boolean HoloExternalDataPool.remove(HoloSDIFdata hsdifDt)
           
 void HoloTrack.remove(HoloSDIFdata hsdifdt, boolean parent)
           
 boolean HoloSDIFdata.removeChild(HoloSDIFdata child)
          Removes a child of the HoloSDIFdata instance.
 boolean HoloWaveForm.removeLinkedData(HoloSDIFdata holoData)
           
 void HoloSDIFdata.setParent(HoloSDIFdata parent)
          Sets the parent of the HoloSDIFdata instance.
 

Constructors in holoedit.data with parameters of type HoloSDIFdata
HoloSDIFdata(HoloSDIFdata h, HoloSDIFdata parent)
          Constructs an holoSDIFData from an existing holoSDIFData, and sets its parent to the given parent.
HoloSDIFdataStat(HoloSDIFdata holoSDIFdata)
           
SDIFdataInstance(GestionPistes gp, HoloSDIFdata hdt, int _beg)
           
SDIFdataInstance(GestionPistes gp, HoloSDIFdata hdt, int _beg, WaveFormInstance waveFormInstance)
           
 

Uses of HoloSDIFdata in holoedit.fileio
 

Fields in holoedit.fileio declared as HoloSDIFdata
private  HoloSDIFdata SDIFreader.hsdifdata
           
private  HoloSDIFdata[] TextFileReader.hSDIFdts
           
private  HoloSDIFdata[] SDIFreader.hSDIFdts
           
 

Fields in holoedit.fileio with type parameters of type HoloSDIFdata
private  java.util.HashMap<java.lang.String,HoloSDIFdata> SDIFreader.matrixMap
          une hashMap pour contenir des holoSDIFdata (1 par type de matrix prŽsent: FQ0, TRC, etc.)
private  java.util.HashMap<java.lang.Long,java.util.HashMap<java.lang.String,HoloSDIFdata>> SDIFreader.streamIDmap
          une hashMap pour contenir une hashMap par flux (dc selon les ID des streams; une hashMap par ID).
 

Methods in holoedit.fileio that return HoloSDIFdata
 HoloSDIFdata[] TextFileReader.getHoloSDIFdatas()
           
 HoloSDIFdata[] SDIFreader.getHoloSDIFdatas()
           
 

Methods in holoedit.fileio with parameters of type HoloSDIFdata
private  void TextFileReader.createSDIFdata(HoloSDIFdata data)
           
 

Uses of HoloSDIFdata in holoedit.gui
 

Fields in holoedit.gui declared as HoloSDIFdata
private  HoloSDIFdata[] WaveFormRenderer.hsdifdtTab
           
private  HoloSDIFdata[] HoloPointEditorRenderer.hsdifdtTab
           
 

Fields in holoedit.gui with type parameters of type HoloSDIFdata
private  java.util.Vector<HoloSDIFdata> SoundPoolGUI.sdifDataToDraw
           
private  java.util.Vector<HoloSDIFdata> SoundPoolGUI.sdifDataToDrawFromSndTree
           
 

Methods in holoedit.gui with parameters of type HoloSDIFdata
 void WaveFormRenderer.setHoloSDIFdataTab(HoloSDIFdata[] _hsdifdt)
           
 void HoloPointEditorRenderer.setHoloSDIFdataTab(HoloSDIFdata[] _hsdifdt)