org.openscience.jmol.app
Class JmolApp
java.lang.Object
org.openscience.jmol.app.JmolApp
public class JmolApp
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startupWidth
public int startupWidth
- The data model.
startupHeight
public int startupHeight
- The data model.
border
public Point border
haveBorder
public boolean haveBorder
userPropsFile
public File userPropsFile
historyFile
public HistoryFile historyFile
menuFile
public String menuFile
splashEnabled
public boolean splashEnabled
useIndependentCommandThread
public boolean useIndependentCommandThread
transparentBackground
public boolean transparentBackground
checkScriptNoFiles
public boolean checkScriptNoFiles
checkScriptAndOpenFiles
public boolean checkScriptAndOpenFiles
exitUponCompletion
public boolean exitUponCompletion
haveConsole
public boolean haveConsole
haveDisplay
public boolean haveDisplay
isDataOnly
public boolean isDataOnly
isPrintOnly
public boolean isPrintOnly
isSilent
public boolean isSilent
listCommands
public boolean listCommands
commandOptions
public String commandOptions
modelFilename
public String modelFilename
scriptFilename
public String scriptFilename
script1
public String script1
script
public String script
script2
public String script2
jmolPosition
public Point jmolPosition
viewer
public JmolViewer viewer
modelAdapter
public JmolAdapter modelAdapter
JmolApp
public JmolApp()
JmolApp
public JmolApp(String[] args)
- standard Jmol application entry point
- Parameters:
args
-
parseCommandLine
public void parseCommandLine(String[] args)
getOptions
private org.apache.commons.cli.Options getOptions()
checkOptions
private void checkOptions(org.apache.commons.cli.CommandLine line,
org.apache.commons.cli.Options options)
startViewer
public void startViewer(JmolViewer viewer,
SplashInterface splash)