Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b4603fcd3afb71dfbec25f4867b993f4 > files > 210

js_of_ocaml-doc-2.4.1-2.mga5.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Dom_svg.animatedPathData-c.html">
<link rel="next" href="Dom_svg.rectElement-c.html">
<link rel="Up" href="Dom_svg.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Dom_svg" rel="Chapter" href="Dom_svg.html">
<link title="EventSource" rel="Chapter" href="EventSource.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Jsonp" rel="Chapter" href="Jsonp.html">
<link title="Keycode" rel="Chapter" href="Keycode.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Sys_js" rel="Chapter" href="Sys_js.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="WebSockets" rel="Chapter" href="WebSockets.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html">
<link title="Lwt_log_js" rel="Chapter" href="Lwt_log_js.html">
<link title="JsooTop" rel="Chapter" href="JsooTop.html">
<link title="Ocamlbuild_js_of_ocaml" rel="Chapter" href="Ocamlbuild_js_of_ocaml.html">
<link title="Deriving_Json" rel="Chapter" href="Deriving_Json.html">
<link title="Deriving_Json_lexer" rel="Chapter" href="Deriving_Json_lexer.html">
<link title="Pa_deriving_Json" rel="Chapter" href="Pa_deriving_Json.html"><title>Dom_svg.pathElement</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom_svg.animatedPathData-c.html" title="Dom_svg.animatedPathData">Previous</a>
&nbsp;<a class="up" href="Dom_svg.html" title="Dom_svg">Up</a>
&nbsp;<a class="post" href="Dom_svg.rectElement-c.html" title="Dom_svg.rectElement">Next</a>
</div>
<h1>Class type <a href="type_Dom_svg.pathElement.html">Dom_svg.pathElement</a></h1>

<pre><span id="TYPEpathElement"><span class="keyword">class type</span> pathElement</span> = <code class="code">object</code> <a href="Dom_svg.pathElement-c.html">..</a> <code class="code">end</code></pre><b>Inherits</b><ul>
<li><a href="Dom_svg.element-c.html"><code class="code">Dom_svg.element</code></a></li>
<li><a href="Dom_svg.tests-c.html"><code class="code">Dom_svg.tests</code></a></li>
<li><a href="Dom_svg.langSpace-c.html"><code class="code">Dom_svg.langSpace</code></a></li>
<li><a href="Dom_svg.externalResourcesRequired-c.html"><code class="code">Dom_svg.externalResourcesRequired</code></a></li>
<li><a href="Dom_svg.stylable-c.html"><code class="code">Dom_svg.stylable</code></a></li>
<li><a href="Dom_svg.transformable-c.html"><code class="code">Dom_svg.transformable</code></a></li>
<li><a href="Dom_svg.animatedPathData-c.html"><code class="code">Dom_svg.animatedPathData</code></a></li>
</ul>
<hr width="100%">

<pre><span id="METHODpathLength"><span class="keyword">method</span> pathLength</span> : <code class="type"><a href="Dom_svg.animatedNumber-c.html">animatedNumber</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre>
<pre><span id="METHODgetTotalLength"><span class="keyword">method</span> getTotalLength</span> : <code class="type">float <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODgetPointAtLength"><span class="keyword">method</span> getPointAtLength</span> : <code class="type">float -> <a href="Dom_svg.point-c.html">point</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODgetPathSegAtLength"><span class="keyword">method</span> getPathSegAtLength</span> : <code class="type">float -> int</code></pre>
<pre><span id="METHODcreateSVGPathSegClosePath"><span class="keyword">method</span> createSVGPathSegClosePath</span> : <code class="type"><a href="Dom_svg.pathSegClosePath-c.html">pathSegClosePath</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegMovetoAbs"><span class="keyword">method</span> createSVGPathSegMovetoAbs</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegMoveto-c.html">pathSegMoveto</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegMovetoRel"><span class="keyword">method</span> createSVGPathSegMovetoRel</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegMoveto-c.html">pathSegMoveto</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoAbs"><span class="keyword">method</span> createSVGPathSegLinetoAbs</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegLineto-c.html">pathSegLineto</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoRel"><span class="keyword">method</span> createSVGPathSegLinetoRel</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegLineto-c.html">pathSegLineto</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoCubicAbs"><span class="keyword">method</span> createSVGPathSegCurvetoCubicAbs</span> : <code class="type">float -><br>       float -><br>       float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoCubic-c.html">pathSegCurvetoCubic</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoCubicRel"><span class="keyword">method</span> createSVGPathSegCurvetoCubicRel</span> : <code class="type">float -><br>       float -><br>       float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoCubic-c.html">pathSegCurvetoCubic</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoQuadraticAbs"><span class="keyword">method</span> createSVGPathSegCurvetoQuadraticAbs</span> : <code class="type">float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoQuadratic-c.html">pathSegCurvetoQuadratic</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoQuadraticRel"><span class="keyword">method</span> createSVGPathSegCurvetoQuadraticRel</span> : <code class="type">float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoQuadratic-c.html">pathSegCurvetoQuadratic</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegArcAbs"><span class="keyword">method</span> createSVGPathSegArcAbs</span> : <code class="type">float -><br>       float -><br>       float -><br>       float -> float -> bool <a href="Js.html#TYPEt">Js.t</a> -> bool <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_svg.pathSegArc-c.html">pathSegArc</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegArcRel"><span class="keyword">method</span> createSVGPathSegArcRel</span> : <code class="type">float -><br>       float -><br>       float -><br>       float -> float -> bool <a href="Js.html#TYPEt">Js.t</a> -> bool <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_svg.pathSegArc-c.html">pathSegArc</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoHorizontalAbs"><span class="keyword">method</span> createSVGPathSegLinetoHorizontalAbs</span> : <code class="type">float -> <a href="Dom_svg.pathSegLinetoHorizontal-c.html">pathSegLinetoHorizontal</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoHorizontalRel"><span class="keyword">method</span> createSVGPathSegLinetoHorizontalRel</span> : <code class="type">float -> <a href="Dom_svg.pathSegLinetoHorizontal-c.html">pathSegLinetoHorizontal</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoVerticalAbs"><span class="keyword">method</span> createSVGPathSegLinetoVerticalAbs</span> : <code class="type">float -> <a href="Dom_svg.pathSegLinetoVertical-c.html">pathSegLinetoVertical</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegLinetoVerticalRel"><span class="keyword">method</span> createSVGPathSegLinetoVerticalRel</span> : <code class="type">float -> <a href="Dom_svg.pathSegLinetoVertical-c.html">pathSegLinetoVertical</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoCubicSmoothAbs"><span class="keyword">method</span> createSVGPathSegCurvetoCubicSmoothAbs</span> : <code class="type">float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoCubicSmooth-c.html">pathSegCurvetoCubicSmooth</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoCubicSmoothRel"><span class="keyword">method</span> createSVGPathSegCurvetoCubicSmoothRel</span> : <code class="type">float -> float -> float -> float -> <a href="Dom_svg.pathSegCurvetoCubicSmooth-c.html">pathSegCurvetoCubicSmooth</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoQuadraticSmoothAbs"><span class="keyword">method</span> createSVGPathSegCurvetoQuadraticSmoothAbs</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegCurvetoQuadraticSmooth-c.html">pathSegCurvetoQuadraticSmooth</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre>
<pre><span id="METHODcreateSVGPathSegCurvetoQuadraticSmoothRel"><span class="keyword">method</span> createSVGPathSegCurvetoQuadraticSmoothRel</span> : <code class="type">float -> float -> <a href="Dom_svg.pathSegCurvetoQuadraticSmooth-c.html">pathSegCurvetoQuadraticSmooth</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre></body></html>