- getAlldefinedCallBackNames() - Method in class export.client.JSME
-
Return an array containing all possible callback names.
- getAllGraphicsString() - Method in class export.client.JSME
-
Returns all graphics representations used in the applet, either a SVG or a VML string
This is an advanced feature.
- getAtom(int, int) - Method in class export.client.JSME
-
Molecule and atom indices are starting at 1.
- getAtomAdditionalData(int) - Method in class export.client.JSME
-
Retrieve the javaScript object that was stored in the JSME atom object or null
- getBackGroundColorPalette() - Method in class export.client.JSME
-
Returns the list of colors used for highlighting
atoms and bonds (background color) in hexadecimal format
- getBond(int, int) - Method in class export.client.JSME
-
Same comments as for atom.
- getBondAdditionalData(int) - Method in class export.client.JSME
-
Retrieve the javaScript object that was stored in the JSME bond object or null
- getCallBack(String) - Method in class export.client.JSME
-
Generic callback
- getCopyToClipboardFormat() - Method in class export.client.JSME
-
Set the file format used for copying to the clipboard with the Ctrl C keyboard shortcut and drag and drop.
- getCreationIndex() - Method in class export.client.JSME
-
The JSME class keeps tract of the number of instance that have been created.
- getHelpURL() - Method in class export.client.JSME
-
- getMenuScale() - Method in class export.client.JSME
-
- getMenuXShortcuts() - Method in class export.client.JSME
-
- getMolecularAreaAntiAlias() - Method in class export.client.JSME
-
Return the antialias setting for the molecular drawing area
- getMolecularAreaGraphicsString() - Method in class export.client.JSME
-
Returns the graphics representation used in the molecular area, either a SVG or a VML string
This is an advanced feature.
- getMolecularAreaLineWidth() - Method in class export.client.JSME
-
- getMolecularAreaScale() - Method in class export.client.JSME
-
- getMolecule(int) - Method in class export.client.JSME
-
Molecule index starts at 1.
- getMultiSDFstack() - Method in class export.client.JSME
-
JSME accepts a SDF with multiple records.
- getNewButtonStatus() - Method in class export.client.JSME
-
Get the status of the NEW button in the GUI.
- getNotifyStructuralChangeJSfunction() - Method in class export.client.JSME
-
Deprecated.
- getNumberOfColorsForBackGroundPalette() - Method in class export.client.JSME
-
Returns the number of colors used for highlighting
atoms and bonds (background color)
- getOffsetHeight() - Method in class export.client.JSME
-
Gets the object's offset height in pixels.
- getOffsetSize() - Method in class export.client.JSME
-
Gets the object's offset width and height in pixels.
- getOffsetWidth() - Method in class export.client.JSME
-
Gets the object's offset width in pixels.
- getParentContainer() - Method in class export.client.JSME
-
Return the parent DOM element that contains myself.
- getPasteLabel() - Method in class export.client.JSME
-
- getPrePasteJSfunction() - Method in class export.client.JSME
-
- getSupportedFileFormats() - Method in class export.client.JSME
-
Retrieve the list of all supported file formats, such as SMILES, MOL, INCHI, ...
- getWebSearchInchiKeyBaseUrl() - Method in class export.client.JSME
-
- safeLog(String) - Static method in class export.client.Utils
-
console.log tested on Chrome with success On IE: the console is not
available unless debugger is on: causes an exception.
- setAction(int) - Method in class export.client.JSME
-
select one of the menu action without having to click on the menu.
- setAfterDepictEditToggleEventHandler(JsClosureJsme) - Method in class export.client.JSME
-
- setAfterPasteCallback(JavaScriptObject) - Method in class export.client.JSME
-
Deprecated.
- setAfterStructureModifiedCallback(JavaScriptObject) - Method in class export.client.JSME
-
Deprecated.
- setAntialias(boolean) - Method in class export.client.JSME
-
Set globally antialias
- setAtomAdditionalData(int, JavaScriptObject, boolean, boolean) - Method in class export.client.JSME
-
Store any javaScript object in the JSME atom object
- setAtomBackgroundColors(int, String) - Method in class export.client.JSME
-
If mol index is 0, then the atom indices are valid for the molecular ensemble.
- setAtomMolecularAreaFontSize(float) - Method in class export.client.JSME
-
- setAtomToHighLight(int, int) - Method in class export.client.JSME
-
Highlight atom like a mouse over.
- setBackGroundColorPalette(String[]) - Method in class export.client.JSME
-
Set the list of colors used for highlighting
atoms and bonds (background color) in hexadecimal format.
- setBeforePasteCallback(JavaScriptObject) - Method in class export.client.JSME
-
Deprecated.
- setBondAdditionalData(int, JavaScriptObject, boolean, boolean) - Method in class export.client.JSME
-
Store any javaScript object in the JSME bond object
- setBondBackgroundColors(int, String) - Method in class export.client.JSME
-
If mol index is 0, then the bond indices are valid for the molecular ensemble.
- setBondToHighLight(int, int) - Method in class export.client.JSME
-
Highlight bond like a mouse over.
- setCallBack(String, JavaScriptObject) - Method in class export.client.JSME
-
Generic call back.
- setCopyToClipboardFormat(String) - Method in class export.client.JSME
-
Set the file format to be used for copying to the clipboard with the Ctrl C keyboard shortcut and drag and drop
- setHeight(String) - Method in class export.client.JSME
-
Sets the object's height.
- setHelpURL(String) - Method in class export.client.JSME
-
set the url to display the JSME help page.
- setMarkerColor(String) - Method in class export.client.JSME
-
Deprecated.
- setMarkerMenuBackGroundColorPalette(JsArray<ColorSpec>) - Method in class export.client.JSME
-
Set the list of colors used for highlighting
atoms and bonds (background color) in hexadecimal format
provide a name for each color that will be shown in the marker pop up menu,
the markerMenu option must be set.
- setMenuScale(double) - Method in class export.client.JSME
-
- setMenuXShortcuts(String) - Method in class export.client.JSME
-
Specify custom keyboard shortcuts letters for the X menu box.
- setMolecularAreaAntiAlias(boolean) - Method in class export.client.JSME
-
Set antialias for the molecular drawing area
- setMolecularAreaLineWidth(float) - Method in class export.client.JSME
-
Line width in pixel
- setMolecularAreaScale(double) - Method in class export.client.JSME
-
- setNewButtonStatus(boolean) - Method in class export.client.JSME
-
Set the status of the NEW button in the GUI.
- setNotifyAtomHighLightChangeJSfunction(String) - Method in class export.client.JSME
-
Deprecated.
- setNotifyStructuralChangeJSfunction(String) - Method in class export.client.JSME
-
Deprecated.
- setPasteLabel(String) - Method in class export.client.JSME
-
Set the label of the context popup menu for pasting string, instead of using the default label.
- setPrePasteJSfunction(String) - Method in class export.client.JSME
-
Deprecated.
- setSize(String, String) - Method in class export.client.JSME
-
Sets the object's size.
- setSize(int, int) - Method in class export.client.JSME
-
Sets the object's size.
- setSize(String, String, boolean) - Method in class export.client.JSME
-
Sets the object's size.
- setSize(int, int, boolean) - Method in class export.client.JSME
-
Sets the object's size.
- setStarColor(String) - Method in class export.client.JSME
-
Deprecated.
- setSubstituent(String) - Method in class export.client.JSME
-
Select the next FG to be used.
- setTemplate(String, String) - Method in class export.client.JSME
-
Provide a template, a molecular fragment with one marked atom, in JME format.
- setUserInterfaceBackgroundColor(String) - Method in class export.client.JSME
-
Choose another background color for the GUI frame and the dialog boxes
- setVisible(boolean) - Method in class export.client.JSME
-
Shows or hides the given element.
- setWebSearchInchiKeyBaseUrl(String) - Method in class export.client.JSME
-
Set the base url for inchi key search.
- setWidth(String) - Method in class export.client.JSME
-
Sets the object's width.
- showInfo(String) - Method in class export.client.JSME
-
Display a message in the bottom bar.
- smiles() - Method in class export.client.JSME
-