public class NoteAnnotation extends Object implements IAnnotation, Iterable<Note>
| Modifier and Type | Field and Description |
|---|---|
static String |
LOC_NOTE |
static String |
TRANS_NOTE |
| Constructor and Description |
|---|
NoteAnnotation() |
NoteAnnotation(Collection<Note> initialNotes)
Create an annotation object containing one or more notes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Note note)
Add a Note to the annotation.
|
Note |
getNote(int index) |
Iterator<Note> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringforEach, spliteratorpublic static final String LOC_NOTE
public static final String TRANS_NOTE
public NoteAnnotation()
public NoteAnnotation(Collection<Note> initialNotes)
Copyright © 2022. All rights reserved.