|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.Application
databionics.esom.SlideShow
public class SlideShow
Tool for generating images for the slide show
| Field Summary | |
|---|---|
protected static SlideShow |
app
the application |
protected BMFile |
bmFile
|
protected CallBack |
callback
|
protected ClassmaskFile |
classmask
|
protected ClsFile |
clsFile
|
protected RectangularGrid |
grid
|
protected static org.apache.log4j.Logger |
log
interface to log4j system |
protected LrnFile |
lrnFile
|
protected SlideshowTool |
slideTool
the Renderer |
| Fields inherited from class databionics.Application |
|---|
banner, cmd, conf, done, env, exitCode, home, messages, msgfile, name, nf, options, project, standalone, thread, workdir |
| Constructor Summary | |
|---|---|
SlideShow()
standard constructor. |
|
| Method Summary | |
|---|---|
CallBack |
getCallback()
|
static SlideShow |
getInstance()
Returns the application instance |
void |
init(java.lang.String[] args)
init |
static void |
main(java.lang.String[] args)
main method |
void |
run()
run |
void |
setCallback(CallBack callback)
|
| Methods inherited from class databionics.Application |
|---|
exit, exitOnInterruption, getBanner, getColorGradient, getColorPath, getConfigPath, getExitCode, getHelpFile, getHome, getLibPath, getMessage, getName, getProject, getThread, getWorkDir, init, interrupt, interrupted, isDone, printHelp, printVersion, setProject, setStandAlone, setWorkDir, sleep, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger log
protected static SlideShow app
protected SlideshowTool slideTool
protected RectangularGrid grid
protected ClassmaskFile classmask
protected LrnFile lrnFile
protected ClsFile clsFile
protected BMFile bmFile
protected CallBack callback
| Constructor Detail |
|---|
public SlideShow()
| Method Detail |
|---|
public static SlideShow getInstance()
public void init(java.lang.String[] args)
init in class Applicationpublic void run()
run in interface java.lang.Runnablerun in class Applicationpublic static void main(java.lang.String[] args)
public CallBack getCallback()
public void setCallback(CallBack callback)
callback - The callback to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||