Package org.openscience.jmol.app
Class JmolApp
java.lang.Object
org.openscience.jmol.app.JmolApp
- All Implemented Interfaces:
JmolAppAPI
- Direct Known Subclasses:
Nmr
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
The data model.boolean
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addHistoryWindowDimInfo
(String name, Component window, Dimension inner) void
addHistoryWindowInfo
(String name, Component window, Point border) getHistoryWindowSize
(String name) void
parseCommandLine
(String[] args) void
startViewer
(JmolViewer vwr, SplashInterface splash, boolean isJmolData)
-
Field Details
-
port
public int portThe data model. -
startupWidth
public int startupWidth -
startupHeight
public int startupHeight -
haveBorder
public boolean haveBorder -
userPropsFile
-
historyFile
-
pluginFile
-
haveConsole
public boolean haveConsole -
haveDisplay
public boolean haveDisplay -
splashEnabled
public boolean splashEnabled -
isDataOnly
public boolean isDataOnly -
isKiosk
public boolean isKiosk -
isPrintOnly
public boolean isPrintOnly -
isSilent
public boolean isSilent -
info
-
jmolPosition
-
autoAnimationDelay
public float autoAnimationDelay
-
-
Constructor Details
-
JmolApp
public JmolApp() -
JmolApp
standard Jmol application entry point- Parameters:
args
-
-
-
Method Details
-
parseCommandLine
-
startViewer
-
addHistoryWindowInfo
- Specified by:
addHistoryWindowInfo
in interfaceJmolAppAPI
-
addHistoryWindowDimInfo
- Specified by:
addHistoryWindowDimInfo
in interfaceJmolAppAPI
-
getHistoryWindowPosition
- Specified by:
getHistoryWindowPosition
in interfaceJmolAppAPI
-
getHistoryWindowSize
- Specified by:
getHistoryWindowSize
in interfaceJmolAppAPI
-