|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmediaplayer.Playlist
public class Playlist
Field Summary | |
---|---|
static int |
fps
Frames per second used by QuickClipXO. |
java.lang.String |
name
Name of the playlist |
Constructor Summary | |
---|---|
Playlist(java.lang.String name)
|
Method Summary | |
---|---|
void |
addTrial(Trial trial)
adds a trial to the playlist |
void |
clear()
|
java.util.ArrayList<Trial> |
getList()
|
java.lang.String |
getName()
|
static Trial |
getSelectedTrial()
return the selected trial |
static int |
getSelectedTrialIndex()
returns the index of the selected trial |
Trial |
getTrial(int id)
|
java.util.ArrayList<Trial> |
getTrials()
|
void |
randomize()
Randomizes the playlist. |
void |
rearrange()
rearranges the list of trials in the gui. note that this does not do anything to the trial list in memory, only the gui |
void |
removeTrial()
remove the selected trial |
void |
setName(java.lang.String name)
|
static void |
setSelectedTrial(int index)
|
void |
setTrial(Trial trial,
int index)
replaces trial at index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int fps
public java.lang.String name
Constructor Detail |
---|
public Playlist(java.lang.String name)
name
- Method Detail |
---|
public void randomize()
public void addTrial(Trial trial)
trial
- public void removeTrial()
public void setTrial(Trial trial, int index)
trial
- index
- public Trial getTrial(int id)
id
-
public java.util.ArrayList<Trial> getList()
public void clear()
public static Trial getSelectedTrial()
public static int getSelectedTrialIndex()
public static void setSelectedTrial(int index)
index
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.util.ArrayList<Trial> getTrials()
public void rearrange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |