<tableclass="deprecatedSummary"border="0"cellpadding="3"cellspacing="0"summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<divclass="block">The JSME class keeps tract of the number of instance that have been created. Each instance has a copy of its creation count, which can be used as a index.
<divclass="block">Return the parent DOM element that contains myself. This is equivalent to using document.getElementById("id") where "id" is the id of the element that was used to create the JSME instance.</div>
<divclass="block">Specify a JS function that will be called each time the molecular structure in the editor has been changed.
The argument of the function will be a JSMEevent object that contains the fields: src (the jsme instance), the action, the atom index, the bond index and molecule index.
Not all events have been mapped to a JSMEevent yet - action is then null.</div>
<divclass="block">Set a JS function that will be called before the paste is performed. This function will receive one argument: a string that a represent a molecular structure.
The return value of the function is a string.
Purpose: convert a name or a SMILES or an InchI into a MOL.</div>
<dd><code>jsFunction:</code> - a function defined in JavaScript such as : function(eachJsmeInstance){alert("JSME created. Creation index: "+ eachJsmeInstance.getCreationIndex() )};</dd>
<h1class="title">How This API Document Is Organized</h1>
<divclass="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<divclass="contentContainer">
<ulclass="blockList">
<liclass="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<liclass="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<liclass="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<liclass="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<liclass="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <ahref="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<liclass="blockList">
<h2>Deprecated API</h2>
<p>The <ahref="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<liclass="blockList">
<h2>Index</h2>
<p>The <ahref="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<liclass="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<liclass="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<liclass="blockList">
<h2>All Classes</h2>
<p>The <ahref="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
</li>
<liclass="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<liclass="blockList">
<h2>Constant Field Values</h2>
<p>The <ahref="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<spanclass="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#addClickHandler-JsClosureJsme-">addClickHandler(JsClosureJsme)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Add a click handler to a JSME instance.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#addMouseOverHandler-JsClosureJsme-">addMouseOverHandler(JsClosureJsme)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Add a mouse over handler to a JSME instance.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#alert-java.lang.String-">alert(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Display an alert box with the look and feel of JSME</div>
</dd>
</dl>
<aname="I:C">
<!-- -->
</a>
<h2class="title">C</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#clear--">clear()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Same effect as clicking on the clear icon: clear the molecular drawing area</div>
</dd>
</dl>
<aname="I:D">
<!-- -->
</a>
<h2class="title">D</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#deferredRepaint--">deferredRepaint()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Repaint the applet after the browser event loop returns.</div>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getAfterPasteCallback--">getAfterPasteCallback()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getAllGraphicsString--">getAllGraphicsString()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Returns all graphics representations used in the applet, either a SVG or a VML string
This is an advanced feature.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getBeforePasteCallback--">getBeforePasteCallback()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getCreationIndex--">getCreationIndex()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">The JSME class keeps tract of the number of instance that have been created.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getHelpURL--">getHelpURL()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getMolecularAreaAntiAlias--">getMolecularAreaAntiAlias()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Return the antialias setting for the molecular drawing area</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getMolecularAreaGraphicsString--">getMolecularAreaGraphicsString()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Returns the graphics representation used in the molecular area, either a SVG or a VML string
This is an advanced feature.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getMolecularAreaLineWidth--">getMolecularAreaLineWidth()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getNotifyStructuralChangeJSfunction--">getNotifyStructuralChangeJSfunction()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getOffsetHeight--">getOffsetHeight()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Gets the object's offset height in pixels.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getOffsetSize--">getOffsetSize()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Gets the object's offset width and height in pixels.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getOffsetWidth--">getOffsetWidth()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Gets the object's offset width in pixels.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getParentContainer--">getParentContainer()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Return the parent DOM element that contains myself.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getPasteLabel--">getPasteLabel()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#getPrePasteJSfunction--">getPrePasteJSfunction()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
</dl>
<aname="I:I">
<!-- -->
</a>
<h2class="title">I</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#initializationError-java.lang.String-">initializationError(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#isVisible--">isVisible()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Returns whether the given element is visible in a way consistent with
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#jmeFile--">jmeFile()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><ahref="export/client/JSME.html"title="class in export.client"><spanclass="typeNameLink">JSME</span></a> - Class in <ahref="export/client/package-summary.html">export.client</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#JSME-java.lang.String-java.lang.String-java.lang.String-">JSME(String, String, String)</a></span> - Constructor for class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#JSME-java.lang.String-">JSME(String)</a></span> - Constructor for class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#JSME-java.lang.String-java.lang.String-java.lang.String-JavaScriptObject-">JSME(String, String, String, JavaScriptObject)</a></span> - Constructor for class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#JSME-java.lang.String-JavaScriptObject-">JSME(String, JavaScriptObject)</a></span> - Constructor for class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
</dl>
<aname="I:M">
<!-- -->
</a>
<h2class="title">M</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#molFile--">molFile()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
</dl>
<aname="I:N">
<!-- -->
</a>
<h2class="title">N</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#nonisomericSmiles--">nonisomericSmiles()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
</dl>
<aname="I:O">
<!-- -->
</a>
<h2class="title">O</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#options-java.lang.String-">options(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">options is a comma separated value list - same as original JME</div>
</dd>
</dl>
<aname="I:R">
<!-- -->
</a>
<h2class="title">R</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#read_MOL_SDF_RXN-java.lang.String-">read_MOL_SDF_RXN(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Read a molecular structure encoded in MOL or SDF format, or a reaction encoded in RXN format.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#readMolecule-java.lang.String-">readMolecule(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Read a molecular structure encoded in JME format</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#readMolFile-java.lang.String-">readMolFile(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Read a molecular structure encoded in MOL format, or a reaction encoded in RXN format</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#repaint--">repaint()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Redraw the whole applet if it is visible</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#replaceAllAppletsByJSME--">replaceAllAppletsByJSME()</a></span> - Static method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Scan the DOM for DIV's containing an attribute code="JME.class" and install a running JSME.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#replaceAllAppletsByJSME-JsClosure-">replaceAllAppletsByJSME(JsClosure)</a></span> - Static method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Scan the DOM for DIV's containing an attribute code="JME.class" and install a running JSME.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#reset--">reset()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#resetAtomColors-int-">resetAtomColors(int)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Reset background colors</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/Utils.html#runAfterBrowserEventLoopReturns-JavaScriptObject-">runAfterBrowserEventLoopReturns(JavaScriptObject)</a></span> - Static method in class export.client.<ahref="export/client/Utils.html"title="class in export.client">Utils</a></dt>
<dd>
<divclass="block">Run some Javascript code after the browser event loop returns.</div>
</dd>
</dl>
<aname="I:S">
<!-- -->
</a>
<h2class="title">S</h2>
<dl>
<dt><spanclass="memberNameLink"><ahref="export/client/Utils.html#safeLog-java.lang.String-">safeLog(String)</a></span> - Static method in class export.client.<ahref="export/client/Utils.html"title="class in export.client">Utils</a></dt>
<dd>
<divclass="block">console.log tested on Chrome with success On IE: the console is not
available unless debugger is on: causes an exception.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAction-int-">setAction(int)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">select one of the menu action without having to click on the menu.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAfterPasteCallback-JavaScriptObject-">setAfterPasteCallback(JavaScriptObject)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Specify a JavaScript function that will be called after a successful paste operation.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAfterStructureModifiedCallback-JavaScriptObject-">setAfterStructureModifiedCallback(JavaScriptObject)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Specify a JS function that will be called each time the molecular structure in the editor has been changed.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAntialias-boolean-">setAntialias(boolean)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Set globally antialias</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAtomBackgroundColors-int-java.lang.String-">setAtomBackgroundColors(int, String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAtomMolecularAreaFontSize-float-">setAtomMolecularAreaFontSize(float)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setAtomToHighLight-int-int-">setAtomToHighLight(int, int)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setBeforePasteCallback-JavaScriptObject-">setBeforePasteCallback(JavaScriptObject)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setHeight-java.lang.String-">setHeight(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's height.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setHelpURL-java.lang.String-">setHelpURL(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">set the url to display the JSME help page.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setMolecularAreaAntiAlias-boolean-">setMolecularAreaAntiAlias(boolean)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Set antialias for the molecular drawing area</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setMolecularAreaLineWidth-float-">setMolecularAreaLineWidth(float)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Line width in pixel</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setNotifyAtomHighLightChangeJSfunction-java.lang.String-">setNotifyAtomHighLightChangeJSfunction(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Specify a JS function that will be called each time the mouse pointer touches an atom.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setNotifyStructuralChangeJSfunction-java.lang.String-">setNotifyStructuralChangeJSfunction(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setPasteLabel-java.lang.String-">setPasteLabel(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Set the label of the context popup menu for pasting string, instead of using the default label.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setPrePasteJSfunction-java.lang.String-">setPrePasteJSfunction(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Set a JS function that will be called before the paste is performed.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setSize-java.lang.String-java.lang.String-">setSize(String, String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's size.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's size.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setSize-java.lang.String-java.lang.String-boolean-">setSize(String, String, boolean)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's size.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setSize-int-int-boolean-">setSize(int, int, boolean)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's size.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setSubstituent-java.lang.String-">setSubstituent(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Select the next FG to be used.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setTemplate-java.lang.String-java.lang.String-">setTemplate(String, String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Shows or hides the given element.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#setWidth-java.lang.String-">setWidth(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Sets the object's width.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#showInfo-java.lang.String-">showInfo(String)</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd>
<divclass="block">Display a message in the bottom bar.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="export/client/JSME.html#smiles--">smiles()</a></span> - Method in class export.client.<ahref="export/client/JSME.html"title="class in export.client">JSME</a></dt>
<dd> </dd>
</dl>
<aname="I:U">
<!-- -->
</a>
<h2class="title">U</h2>
<dl>
<dt><ahref="export/client/Utils.html"title="class in export.client"><spanclass="typeNameLink">Utils</span></a> - Class in <ahref="export/client/package-summary.html">export.client</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="export/client/Utils.html#Utils--">Utils()</a></span> - Constructor for class export.client.<ahref="export/client/Utils.html"title="class in export.client">Utils</a></dt>
<framesrc="allclasses-frame.html"name="packageFrame"title="All classes and interfaces (except non-static nested types)">
<framesrc="export/client/package-summary.html"name="classFrame"title="Package, class and interface descriptions"scrolling="yes">
<noframes>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <ahref="export/client/package-summary.html">Non-frame version</a>.</p>