|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hdcookbook.grin.compiler.GrinCompiler
public class GrinCompiler
A tool which takes an SEShow instance and applies optimization.
Constructor Summary | |
---|---|
GrinCompiler()
|
Method Summary | |
---|---|
void |
optimizeShows(SEShow[] shows,
java.lang.String outputDir)
Applies optimization to a given SEShow. |
void |
setHeadless(boolean v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrinCompiler()
Method Detail |
---|
public void setHeadless(boolean v)
public void optimizeShows(SEShow[] shows, java.lang.String outputDir) throws java.io.IOException
shows
- The show objects to transform.outputDir
- The directory name where various generated files
will be stored, such as the generated mosaic image files.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |