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() |
| 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
Copyright © 2021. All rights reserved.