|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.Application
databionics.GraphicalApplication
databionics.esom.Analyze
public class Analyze
GUI tool for ESOM training, clustering, visualization, and analysis.
| Field Summary | |
|---|---|
protected ToolLoader |
loader
the tools |
protected static org.apache.log4j.Logger |
log
interface to log4j system |
protected LogPanel |
logPanel
the panel for logging all messages |
protected MainFrame |
mainFrame
the main frame holding the panels |
protected Modules |
modules
the modul needed for training |
protected Project |
project
the project to hold the files |
protected ProjectionTool |
projection
the class for projecting new data on a map and in a classification |
protected Renderer |
renderer
the main renderer |
| Fields inherited from class databionics.GraphicalApplication |
|---|
frame |
| Fields inherited from class databionics.Application |
|---|
banner, cmd, conf, done, env, exitCode, home, messages, msgfile, name, nf, options, standalone, thread, workdir |
| Constructor Summary | |
|---|---|
Analyze()
standard constructor. |
|
| Method Summary | |
|---|---|
static Analyze |
getInstance()
Returns the application instance |
ToolLoader |
getLoader()
|
LogPanel |
getLogPanel()
returns the logPanel |
MainFrame |
getMainFrame()
returns the main Frame |
Modules |
getModules()
returns the module |
Project |
getProject()
returns the project |
ProjectionTool |
getProjection()
returns the projection |
Renderer |
getRenderer()
returns the renderer |
protected void |
go()
|
void |
init(java.lang.String[] args)
init |
static void |
main(java.lang.String[] args)
main method |
void |
run()
run |
protected void |
setWorkdirFromFilename(java.lang.String s)
|
| Methods inherited from class databionics.GraphicalApplication |
|---|
exit, getFrame, sleepAndExit |
| Methods inherited from class databionics.Application |
|---|
exitOnInterruption, getBanner, getColorGradient, getColorPath, getConfigPath, getExitCode, getHelpFile, getHome, getLibPath, getMessage, getName, 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 MainFrame mainFrame
protected LogPanel logPanel
protected ProjectionTool projection
protected Renderer renderer
protected Modules modules
protected Project project
protected ToolLoader loader
| Constructor Detail |
|---|
public Analyze()
| Method Detail |
|---|
public static Analyze 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)
protected void go()
protected void setWorkdirFromFilename(java.lang.String s)
public MainFrame getMainFrame()
public Renderer getRenderer()
public Modules getModules()
public Project getProject()
getProject in class Applicationpublic ProjectionTool getProjection()
public LogPanel getLogPanel()
public ToolLoader getLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||