|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiwa.fgi.iwir.image.ImageCreator
public class ImageCreator
The Class ImageCreator provides the main method to create a graphical representation of an IWIR workflow.
| Constructor Summary | |
|---|---|
ImageCreator()
|
|
| Method Summary | |
|---|---|
static java.io.File |
getImage(IWIR iwir,
java.lang.String dotLocation,
java.lang.String extension,
java.lang.String tmpFolder)
Returns a graphical representation of the given workflow as a File object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageCreator()
| Method Detail |
|---|
public static java.io.File getImage(IWIR iwir,
java.lang.String dotLocation,
java.lang.String extension,
java.lang.String tmpFolder)
iwir - the workflowdotLocation - the path to the executable of dotextension - the type of file that should be producedtmpFolder - the directory where the image is stored. If its the empty
string or null the image is stored in /tmp.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||