Package | Description |
---|---|
org.fhaes.fhrecorder.compare | |
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
int |
CompareRecordings.compare(FHX2_Recording rec1,
FHX2_Recording rec2) |
Modifier and Type | Method and Description |
---|---|
FHX2_Recording |
FHX2_Sample.getRecording(int index)
Gets a recording from the index location.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHX2_Recording> |
FHX2_Sample.getRecordings()
Gets an ArrayList of all recordings in the recordingTable.
|
Modifier and Type | Method and Description |
---|---|
void |
FHX2_Sample.addRecording(FHX2_Recording recording)
Adds a recording to the sample.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHX2_Recording> |
RecordingTable.recordings |
Modifier and Type | Method and Description |
---|---|
FHX2_Recording |
RecordingTable.getRecording(int index)
Gets a recording from the table based on the given index.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHX2_Recording> |
RecordingTable.getRecordings()
Returns the ArrayList of FHX2 Recordings.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordingTable.addRecording(FHX2_Recording recording)
Adds an existing recording to the table.
|
private boolean |
RecordingTable.recordingsOverlap(FHX2_Recording rec1,
FHX2_Recording rec2)
Returns whether or not certain recordings over lap each other.
|