Class NoteAnnotation

    • Constructor Detail

      • NoteAnnotation

        public NoteAnnotation()
      • NoteAnnotation

        public NoteAnnotation​(Collection<Note> initialNotes)
        Create an annotation object containing one or more notes.
    • Method Detail

      • add

        public void add​(Note note)
        Add a Note to the annotation.
        Parameters:
        note - - Note from the xliff document.
      • getNote

        public Note getNote​(int index)