Uses of Class
fi.helsinki.dacopan.model.Note

Packages that use Note
fi.helsinki.dacopan.model Contains the core data structures (i.e. network data model) of the Dacopan Animator. 
fi.helsinki.dacopan.ui User interface classes, frames, panels etc. 
 

Uses of Note in fi.helsinki.dacopan.model
 

Methods in fi.helsinki.dacopan.model that return Note
 Note NoteManager.getNoteEnc(TransferUnit transferUnit)
          Returns the encapsulation note attached to the given TransferUnit.
 Note NoteManager.getNoteTimeLayerNext(Layer layer, float time, boolean inclusive)
          Returns the first note coming AFTER the given time on the given layer.
 Note NoteManager.getNoteTimeLayerPrev(Layer layer, float time, boolean inclusive)
          Returns the first note coming BEFORE the given time on the given layer.
 Note NoteManager.getNoteTsc(TransferUnit transferUnit)
           
 

Methods in fi.helsinki.dacopan.model with parameters of type Note
 void NoteManager.addNoteEnc(Note note)
          Adds an encapsulation note that is attached to a specific TransferUnit.
 void NoteManager.addNoteTimeLayer(Note note)
          Adds a note to the requested layer by putting it in the corresponding linked list.
 void NoteManager.addNoteTsc(Note note)
           
 void NoteManager.deleteNote(Note note)
          Deletes the passed note from the NoteManager
 

Uses of Note in fi.helsinki.dacopan.ui
 

Constructors in fi.helsinki.dacopan.ui with parameters of type Note
EditNoteDialog(javax.swing.JFrame mainFrame, NotePanel notePanel, int mode, Note note)
           
 



© Dacopan2 team, 2005-