Uses of Class
holoedit.data.HoloTraj

Packages that use HoloTraj
holoedit   
holoedit.data   
holoedit.fileio   
holoedit.functions   
holoedit.gui   
holoedit.rt   
 

Uses of HoloTraj in holoedit
 

Fields in holoedit with type parameters of type HoloTraj
protected  java.util.Vector<HoloTraj> HoloPlayer.recTrajs
           
 

Uses of HoloTraj in holoedit.data
 

Methods in holoedit.data that return HoloTraj
 HoloTraj HoloTraj.cut(int dateBegin, int dateEnd)
          on enleve tous les points entre dateBegin & dateEnd on retourne la fin du trajet.
 HoloTraj HoloTraj.cutAt(int date)
           
 HoloTraj HoloTraj.dupliquer()
           
 HoloTraj HoloTrack.getHoloTraj(int seqNum)
           
 HoloTraj HoloTraj.reverse()
           
 

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

Methods in holoedit.data with parameters of type HoloTraj
 void HoloTrack.addTraj(HoloTraj ht)
           
 int HoloTrack.addTraj(HoloTraj ht, int insertTime)
          Ajouter un trajet existant (coller, deplacer entre pistes, fonctions generatrices)
 void HoloTrack.delTraj(HoloTraj ht)
          suppression d'un trajet
 boolean HoloTraj.equals(HoloTraj ht)
           
 void HoloTraj.join(HoloTraj ht2)
           
 boolean HoloTrajVector.lessThan(HoloTraj obj1, HoloTraj obj2)
           
 boolean HoloTrajVector.lessThanOrEqual(HoloTraj obj1, HoloTraj obj2)
           
 

Method parameters in holoedit.data with type arguments of type HoloTraj
 void HoloTraj.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<HoloTraj> selSeqs, 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<HoloTraj> HoloTrajVector.sort(java.util.Vector<HoloTraj> v)
           
 

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

Uses of HoloTraj in holoedit.fileio
 

Fields in holoedit.fileio declared as HoloTraj
private  HoloTraj TkFileReader.currentTraj
           
private  HoloTraj TjFileReader.currentTraj
           
private  HoloTraj HoloFileReader.currentTraj
           
 

Uses of HoloTraj in holoedit.functions
 

Methods in holoedit.functions with parameters of type HoloTraj
protected  void Algorithm.finalizeTraj(int tkNthTo, HoloTraj ht, int duration)
           
 

Uses of HoloTraj in holoedit.gui
 

Fields in holoedit.gui declared as HoloTraj
private  HoloTraj TimeEditorGUI.currentSeq
           
private  HoloTraj ScoreGUI.currentSeq
           
private  HoloTraj RoomGUI.currentSeq
           
private  HoloTraj GestionPistes.ht
           
 

Fields in holoedit.gui with type parameters of type HoloTraj
 java.util.HashMap<java.lang.Integer,HoloTraj> GestionPistes.copySeqs
           
 java.util.Vector<HoloTraj> ScoreGUI.selSeqs
           
 

Uses of HoloTraj in holoedit.rt
 

Fields in holoedit.rt with type parameters of type HoloTraj
protected  java.util.Vector<HoloTraj> Connection.recTrajs