<h1title="Uses of Class it.tdlight.jni.TdApi.VectorPathCommand"class="title">Uses of Class<br>it.tdlight.jni.TdApi.VectorPathCommand</h1>
</div>
<sectionclass="class-uses">
<ulclass="block-list">
<li>
<sectionclass="detail"id="it.tdlight.jni">
<h2>Uses of <ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a> in <ahref="../package-summary.html">it.tdlight.jni</a></h2>
<divclass="use-summary">
<tableclass="summary-table">
<caption><span>Subclasses of <ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a> in <ahref="../package-summary.html">it.tdlight.jni</a></span></caption>
<thead>
<tr>
<thclass="col-first"scope="col">Modifier and Type</th>
<thclass="col-second"scope="row"><code><spanclass="member-name-link"><ahref="../TdApi.VectorPathCommandCubicBezierCurve.html"title="class in it.tdlight.jni">TdApi.VectorPathCommandCubicBezierCurve</a></span></code></th>
<thclass="col-second"scope="row"><code><spanclass="member-name-link"><ahref="../TdApi.VectorPathCommandLine.html"title="class in it.tdlight.jni">TdApi.VectorPathCommandLine</a></span></code></th>
<tdclass="col-last">
<divclass="block">A straight line to a given point.</div>
</td>
</tr>
</tbody>
</table>
</div>
<divclass="use-summary">
<tableclass="summary-table">
<caption><span>Fields in <ahref="../package-summary.html">it.tdlight.jni</a> declared as <ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a></span></caption>
<thead>
<tr>
<thclass="col-first"scope="col">Modifier and Type</th>
<thclass="col-second"scope="col">Field</th>
<thclass="col-last"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="alt-color">
<tdclass="col-first"><code><ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a>[]</code></td>
<divclass="block">List of vector path commands.</div>
</td>
</tr>
</tbody>
</table>
</div>
<divclass="use-summary">
<tableclass="summary-table">
<caption><span>Constructors in <ahref="../package-summary.html">it.tdlight.jni</a> with parameters of type <ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a></span></caption>
<thead>
<tr>
<thclass="col-first"scope="col">Constructor</th>
<thclass="col-last"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="alt-color">
<thclass="col-second"scope="row"><code><spanclass="member-name-link"><ahref="../TdApi.ClosedVectorPath.html#%3Cinit%3E(it.tdlight.jni.TdApi.VectorPathCommand%5B%5D)">ClosedVectorPath</a></span>​(<ahref="../TdApi.VectorPathCommand.html"title="class in it.tdlight.jni">TdApi.VectorPathCommand</a>[] commands)</code></th>
<tdclass="col-last">
<divclass="block">Represents a closed vector path.</div>