Package org.jmol.api
Class Interface
java.lang.Object
org.jmol.api.Interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getInterface
(String name, Viewer vwr, String state) static Object
Note! Do not use this method with "viewer." or "util." because when the JavaScript is built, "org.jmol.util" and "org.jmol.viewer" are condensed to "JU" and "JV" (javajs.util is also JU)static SymmetryInterface
getSymmetry
(Viewer vwr, String state) static Object
-
Constructor Details
-
Interface
public Interface()
-
-
Method Details
-
getInterface
- Parameters:
name
-vwr
-state
-- Returns:
- instance
-
getOption
Note! Do not use this method with "viewer." or "util." because when the JavaScript is built, "org.jmol.util" and "org.jmol.viewer" are condensed to "JU" and "JV" (javajs.util is also JU)- Parameters:
className
-vwr
-state
-- Returns:
- class instance
-
getUtil
-
getSymmetry
-