Skip to content

Commit e14ca1a

Browse files
author
Jianbin Qi
committed
update javadoc
update javadoc
1 parent d89562f commit e14ca1a

20 files changed

+68
-211
lines changed

reference/allclasses-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>ËùÓÐÀà</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

reference/allclasses-noframe.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>ËùÓÐÀà</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

reference/com/onlylemi/processing/android/capture/AndroidCapture.html

+10-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>AndroidCapture</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -18,7 +18,7 @@
1818
catch(err) {
1919
}
2020
//-->
21-
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
21+
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
2222
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
2323
var altColor = "altColor";
2424
var rowColor = "rowColor";
@@ -160,40 +160,34 @@
160160
<th class="colLast" scope="col">方法和说明</th>
161161
</tr>
162162
<tr id="i0" class="altColor">
163-
<td class="colFirst"><code>void</code></td>
164-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#exit--">exit</a></span>()</code>
165-
<div class="block">exit phone capture</div>
166-
</td>
167-
</tr>
168-
<tr id="i1" class="rowColor">
169163
<td class="colFirst"><code>int</code></td>
170164
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#getColor--">getColor</a></span>()</code>
171165
<div class="block">get the the middle color of phone screen</div>
172166
</td>
173167
</tr>
174-
<tr id="i2" class="altColor">
168+
<tr id="i1" class="rowColor">
175169
<td class="colFirst"><code>processing.core.PImage</code></td>
176170
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#getPImage--">getPImage</a></span>()</code>
177171
<div class="block">get pimage from phone camera capture</div>
178172
</td>
179173
</tr>
180-
<tr id="i3" class="rowColor">
174+
<tr id="i2" class="altColor">
181175
<td class="colFirst"><code>void</code></td>
182176
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#pause--">pause</a></span>()</code>
183177
<div class="block">stop phone capture</div>
184178
</td>
185179
</tr>
186-
<tr id="i4" class="altColor">
180+
<tr id="i3" class="rowColor">
187181
<td class="colFirst"><code>void</code></td>
188182
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#restart--">restart</a></span>()</code>
189183
<div class="block">restart phone capture</div>
190184
</td>
191185
</tr>
192-
<tr id="i5" class="rowColor">
186+
<tr id="i4" class="altColor">
193187
<td class="colFirst"><code>void</code></td>
194188
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#run--">run</a></span>()</code>&nbsp;</td>
195189
</tr>
196-
<tr id="i6" class="altColor">
190+
<tr id="i5" class="rowColor">
197191
<td class="colFirst"><code>void</code></td>
198192
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/onlylemi/processing/android/capture/AndroidCapture.html#start--">start</a></span>()</code>
199193
<div class="block">start phone capture</div>
@@ -270,6 +264,7 @@ <h4>getPImage</h4>
270264
<div class="block">get pimage from phone camera capture</div>
271265
<dl>
272266
<dt><span class="returnLabel">返回:</span></dt>
267+
<dd>the frame of android camera</dd>
273268
</dl>
274269
</li>
275270
</ul>
@@ -283,6 +278,7 @@ <h4>getColor</h4>
283278
<div class="block">get the the middle color of phone screen</div>
284279
<dl>
285280
<dt><span class="returnLabel">返回:</span></dt>
281+
<dd>color</dd>
286282
</dl>
287283
</li>
288284
</ul>
@@ -309,23 +305,13 @@ <h4>restart</h4>
309305
<a name="pause--">
310306
<!-- -->
311307
</a>
312-
<ul class="blockList">
308+
<ul class="blockListLast">
313309
<li class="blockList">
314310
<h4>pause</h4>
315311
<pre>public&nbsp;void&nbsp;pause()</pre>
316312
<div class="block">stop phone capture</div>
317313
</li>
318314
</ul>
319-
<a name="exit--">
320-
<!-- -->
321-
</a>
322-
<ul class="blockListLast">
323-
<li class="blockList">
324-
<h4>exit</h4>
325-
<pre>public&nbsp;void&nbsp;exit()</pre>
326-
<div class="block">exit phone capture</div>
327-
</li>
328-
</ul>
329315
</li>
330316
</ul>
331317
</li>

reference/com/onlylemi/processing/android/capture/class-use/AndroidCapture.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>类 com.onlylemi.processing.android.capture.AndroidCapture的使用</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">

reference/com/onlylemi/processing/android/capture/package-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>com.onlylemi.processing.android.capture</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

reference/com/onlylemi/processing/android/capture/package-summary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>com.onlylemi.processing.android.capture</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

reference/com/onlylemi/processing/android/capture/package-tree.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>com.onlylemi.processing.android.capture 类分层结构</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

reference/com/onlylemi/processing/android/capture/package-use.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>程序包 com.onlylemi.processing.android.capture的使用</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

reference/constant-values.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>常量字段值</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

reference/deprecated-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>已过时的列表</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

reference/help-doc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>API 帮助</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

reference/index-files/index-1.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>A - 索引</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
@@ -68,7 +68,7 @@
6868
<!-- -->
6969
</a></div>
7070
<!-- ========= END OF TOP NAVBAR ========= -->
71-
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;<a name="I:A">
71+
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a name="I:A">
7272
<!-- -->
7373
</a>
7474
<h2 class="title">A</h2>
@@ -82,7 +82,7 @@ <h2 class="title">A</h2>
8282
<div class="block">phone capture construct</div>
8383
</dd>
8484
</dl>
85-
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;</div>
85+
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;</div>
8686
<!-- ======= START OF BOTTOM NAVBAR ====== -->
8787
<div class="bottomNav"><a name="navbar.bottom">
8888
<!-- -->

reference/index-files/index-2.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
66
<title>C - 索引</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
@@ -68,15 +68,15 @@
6868
<!-- -->
6969
</a></div>
7070
<!-- ========= END OF TOP NAVBAR ========= -->
71-
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;<a name="I:C">
71+
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a name="I:C">
7272
<!-- -->
7373
</a>
7474
<h2 class="title">C</h2>
7575
<dl>
7676
<dt><a href="../com/onlylemi/processing/android/capture/package-summary.html">com.onlylemi.processing.android.capture</a> - 程序包 com.onlylemi.processing.android.capture</dt>
7777
<dd>&nbsp;</dd>
7878
</dl>
79-
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;</div>
79+
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;</div>
8080
<!-- ======= START OF BOTTOM NAVBAR ====== -->
8181
<div class="bottomNav"><a name="navbar.bottom">
8282
<!-- -->

reference/index-files/index-3.html

+12-8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
6-
<title>E - 索引</title>
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
6+
<title>G - 索引</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
@@ -12,7 +12,7 @@
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="E - \u7D22\u5F15";
15+
parent.document.title="G - \u7D22\u5F15";
1616
}
1717
}
1818
catch(err) {
@@ -68,17 +68,21 @@
6868
<!-- -->
6969
</a></div>
7070
<!-- ========= END OF TOP NAVBAR ========= -->
71-
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;<a name="I:E">
71+
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a name="I:G">
7272
<!-- -->
7373
</a>
74-
<h2 class="title">E</h2>
74+
<h2 class="title">G</h2>
7575
<dl>
76-
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#exit--">exit()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
76+
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#getColor--">getColor()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
7777
<dd>
78-
<div class="block">exit phone capture</div>
78+
<div class="block">get the the middle color of phone screen</div>
79+
</dd>
80+
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#getPImage--">getPImage()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
81+
<dd>
82+
<div class="block">get pimage from phone camera capture</div>
7983
</dd>
8084
</dl>
81-
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;</div>
85+
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;</div>
8286
<!-- ======= START OF BOTTOM NAVBAR ====== -->
8387
<div class="bottomNav"><a name="navbar.bottom">
8488
<!-- -->

reference/index-files/index-4.html

+8-12
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="zh">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:08:14 CST 2015 -->
6-
<title>G - 索引</title>
5+
<!-- Generated by javadoc (1.8.0_51) on Wed Dec 23 19:36:38 CST 2015 -->
6+
<title>P - 索引</title>
77
<meta name="date" content="2015-12-23">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
@@ -12,7 +12,7 @@
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="G - \u7D22\u5F15";
15+
parent.document.title="P - \u7D22\u5F15";
1616
}
1717
}
1818
catch(err) {
@@ -68,21 +68,17 @@
6868
<!-- -->
6969
</a></div>
7070
<!-- ========= END OF TOP NAVBAR ========= -->
71-
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;<a name="I:G">
71+
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a name="I:P">
7272
<!-- -->
7373
</a>
74-
<h2 class="title">G</h2>
74+
<h2 class="title">P</h2>
7575
<dl>
76-
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#getColor--">getColor()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
76+
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#pause--">pause()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
7777
<dd>
78-
<div class="block">get the the middle color of phone screen</div>
79-
</dd>
80-
<dt><span class="memberNameLink"><a href="../com/onlylemi/processing/android/capture/AndroidCapture.html#getPImage--">getPImage()</a></span> - 类 中的方法com.onlylemi.processing.android.capture.<a href="../com/onlylemi/processing/android/capture/AndroidCapture.html" title="com.onlylemi.processing.android.capture中的类">AndroidCapture</a></dt>
81-
<dd>
82-
<div class="block">get pimage from phone camera capture</div>
78+
<div class="block">stop phone capture</div>
8379
</dd>
8480
</dl>
85-
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">E</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">R</a>&nbsp;<a href="index-7.html">S</a>&nbsp;</div>
81+
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">P</a>&nbsp;<a href="index-5.html">R</a>&nbsp;<a href="index-6.html">S</a>&nbsp;</div>
8682
<!-- ======= START OF BOTTOM NAVBAR ====== -->
8783
<div class="bottomNav"><a name="navbar.bottom">
8884
<!-- -->

0 commit comments

Comments
 (0)