Class Nmr
- java.lang.Object
-
- org.openscience.jmol.app.JmolApp
-
- org.openscience.jmol.app.janocchio.Nmr
-
- All Implemented Interfaces:
JmolAppAPI
public class Nmr extends JmolApp
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JFrame
mainFrame
(package private) NMR_JmolPanel
nmrPanel
static String
path
(package private) NmrPlugin
plugin
private Splash
splash
static String
VERSION
-
Fields inherited from class org.openscience.jmol.app.JmolApp
autoAnimationDelay, haveBorder, haveConsole, haveDisplay, historyFile, info, isDataOnly, isKiosk, isPrintOnly, isSilent, jmolPosition, pluginFile, port, splashEnabled, startupHeight, startupWidth, userPropsFile
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
init()
boolean
isPlugin()
static void
main(String[] args)
-
Methods inherited from class org.openscience.jmol.app.JmolApp
addHistoryWindowDimInfo, addHistoryWindowInfo, getHistoryWindowPosition, getHistoryWindowSize, parseCommandLine, startViewer
-
-
-
-
Field Detail
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
path
public static String path
-
splash
private Splash splash
-
plugin
NmrPlugin plugin
-
mainFrame
JFrame mainFrame
-
nmrPanel
NMR_JmolPanel nmrPanel
-
-
Method Detail
-
isPlugin
public boolean isPlugin()
-
main
public static void main(String[] args)
-
init
private void init()
-
-