|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.test.Series
Represents a series for a study.
Constructor Summary | |
Series()
Construtor |
|
Series(java.lang.String seriesName)
Creates a new series. |
Method Summary | |
Element |
getElements()
Returns the JDOM Element representation of a Series. |
java.io.File |
getImage()
Returns the image file. |
int |
getImageCount()
Returns the image count. |
java.lang.String |
getImagePath()
|
double |
getInterval()
Returns the interval. |
java.lang.String |
getName()
|
java.lang.String |
getRandomFunc()
Returns the random function. |
int |
getSleepAfter()
Returns the sleep value. |
void |
setImage(java.io.File image)
Sets the image file. |
void |
setImageCount(int imageCount)
Sets the image count. |
void |
setImagePath(java.lang.String imagePath)
|
void |
setInterval(double interval)
Sets the interval. |
void |
setName(java.lang.String name)
|
void |
setRandomFunc(java.lang.String randomFunc)
Sets the random function. |
void |
setSleepAfter(int sleepAfter)
Sets the sleep value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Series()
public Series(java.lang.String seriesName)
seriesName
- The name of the new series.Method Detail |
public java.io.File getImage()
public void setImage(java.io.File image)
image
- The image file.public int getImageCount()
public void setImageCount(int imageCount)
imageCount
- The image count.public double getInterval()
public void setInterval(double interval)
interval
- The interval.public java.lang.String getRandomFunc()
public void setRandomFunc(java.lang.String randomFunc)
randomFunc
- The random function to use for this series.public int getSleepAfter()
public void setSleepAfter(int sleepAfter)
sleepAfter
- The sleep value to use for this series.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)
imagePath
- The imagePath to set.public Element getElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |