xref: /aosp_15_r20/external/zxing/docs/apidocs/com/google/zxing/class-use/ResultPointCallback.html (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>Uses of Interface com.google.zxing.ResultPointCallback (ZXing 3.5.1 API)</title>
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9<script type="text/javascript" src="../../../../script.js"></script>
10</head>
11<body>
12<script type="text/javascript"><!--
13    try {
14        if (location.href.indexOf('is-external=true') == -1) {
15            parent.document.title="Uses of Interface com.google.zxing.ResultPointCallback (ZXing 3.5.1 API)";
16        }
17    }
18    catch(err) {
19    }
20//-->
21</script>
22<noscript>
23<div>JavaScript is disabled on your browser.</div>
24</noscript>
25<!-- ========= START OF TOP NAVBAR ======= -->
26<div class="topNav"><a name="navbar.top">
27<!--   -->
28</a>
29<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30<a name="navbar.top.firstrow">
31<!--   -->
32</a>
33<ul class="navList" title="Navigation">
34<li><a href="../../../../overview-summary.html">Overview</a></li>
35<li><a href="../package-summary.html">Package</a></li>
36<li><a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">Class</a></li>
37<li class="navBarCell1Rev">Use</li>
38<li><a href="../package-tree.html">Tree</a></li>
39<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
40<li><a href="../../../../index-all.html">Index</a></li>
41<li><a href="../../../../help-doc.html">Help</a></li>
42</ul>
43</div>
44<div class="subNav">
45<ul class="navList">
46<li>Prev</li>
47<li>Next</li>
48</ul>
49<ul class="navList">
50<li><a href="../../../../index.html?com/google/zxing/class-use/ResultPointCallback.html" target="_top">Frames</a></li>
51<li><a href="ResultPointCallback.html" target="_top">No&nbsp;Frames</a></li>
52</ul>
53<ul class="navList" id="allclasses_navbar_top">
54<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
55</ul>
56<div>
57<script type="text/javascript"><!--
58  allClassesLink = document.getElementById("allclasses_navbar_top");
59  if(window==top) {
60    allClassesLink.style.display = "block";
61  }
62  else {
63    allClassesLink.style.display = "none";
64  }
65  //-->
66</script>
67</div>
68<a name="skip.navbar.top">
69<!--   -->
70</a></div>
71<!-- ========= END OF TOP NAVBAR ========= -->
72<div class="header">
73<h2 title="Uses of Interface com.google.zxing.ResultPointCallback" class="title">Uses of Interface<br>com.google.zxing.ResultPointCallback</h2>
74</div>
75<div class="classUseContainer">
76<ul class="blockList">
77<li class="blockList">
78<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
79<caption><span>Packages that use <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a></span><span class="tabEnd">&nbsp;</span></caption>
80<tr>
81<th class="colFirst" scope="col">Package</th>
82<th class="colLast" scope="col">Description</th>
83</tr>
84<tbody>
85<tr class="altColor">
86<td class="colFirst"><a href="#com.google.zxing.multi.qrcode.detector">com.google.zxing.multi.qrcode.detector</a></td>
87<td class="colLast">&nbsp;</td>
88</tr>
89<tr class="rowColor">
90<td class="colFirst"><a href="#com.google.zxing.qrcode.detector">com.google.zxing.qrcode.detector</a></td>
91<td class="colLast">&nbsp;</td>
92</tr>
93</tbody>
94</table>
95</li>
96<li class="blockList">
97<ul class="blockList">
98<li class="blockList"><a name="com.google.zxing.multi.qrcode.detector">
99<!--   -->
100</a>
101<h3>Uses of <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a> in <a href="../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">com.google.zxing.multi.qrcode.detector</a></h3>
102<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
103<caption><span>Constructors in <a href="../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">com.google.zxing.multi.qrcode.detector</a> with parameters of type <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a></span><span class="tabEnd">&nbsp;</span></caption>
104<tr>
105<th class="colOne" scope="col">Constructor and Description</th>
106</tr>
107<tbody>
108<tr class="altColor">
109<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/zxing/multi/qrcode/detector/MultiFinderPatternFinder.html#MultiFinderPatternFinder-com.google.zxing.common.BitMatrix-com.google.zxing.ResultPointCallback-">MultiFinderPatternFinder</a></span>(<a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common">BitMatrix</a>&nbsp;image,
110                        <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a>&nbsp;resultPointCallback)</code>&nbsp;</td>
111</tr>
112</tbody>
113</table>
114</li>
115<li class="blockList"><a name="com.google.zxing.qrcode.detector">
116<!--   -->
117</a>
118<h3>Uses of <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a> in <a href="../../../../com/google/zxing/qrcode/detector/package-summary.html">com.google.zxing.qrcode.detector</a></h3>
119<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
120<caption><span>Methods in <a href="../../../../com/google/zxing/qrcode/detector/package-summary.html">com.google.zxing.qrcode.detector</a> that return <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a></span><span class="tabEnd">&nbsp;</span></caption>
121<tr>
122<th class="colFirst" scope="col">Modifier and Type</th>
123<th class="colLast" scope="col">Method and Description</th>
124</tr>
125<tbody>
126<tr class="altColor">
127<td class="colFirst"><code>protected <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a></code></td>
128<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../com/google/zxing/qrcode/detector/Detector.html#getResultPointCallback--">getResultPointCallback</a></span>()</code>&nbsp;</td>
129</tr>
130</tbody>
131</table>
132<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
133<caption><span>Constructors in <a href="../../../../com/google/zxing/qrcode/detector/package-summary.html">com.google.zxing.qrcode.detector</a> with parameters of type <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a></span><span class="tabEnd">&nbsp;</span></caption>
134<tr>
135<th class="colOne" scope="col">Constructor and Description</th>
136</tr>
137<tbody>
138<tr class="altColor">
139<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/zxing/qrcode/detector/FinderPatternFinder.html#FinderPatternFinder-com.google.zxing.common.BitMatrix-com.google.zxing.ResultPointCallback-">FinderPatternFinder</a></span>(<a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common">BitMatrix</a>&nbsp;image,
140                   <a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">ResultPointCallback</a>&nbsp;resultPointCallback)</code>&nbsp;</td>
141</tr>
142</tbody>
143</table>
144</li>
145</ul>
146</li>
147</ul>
148</div>
149<!-- ======= START OF BOTTOM NAVBAR ====== -->
150<div class="bottomNav"><a name="navbar.bottom">
151<!--   -->
152</a>
153<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
154<a name="navbar.bottom.firstrow">
155<!--   -->
156</a>
157<ul class="navList" title="Navigation">
158<li><a href="../../../../overview-summary.html">Overview</a></li>
159<li><a href="../package-summary.html">Package</a></li>
160<li><a href="../../../../com/google/zxing/ResultPointCallback.html" title="interface in com.google.zxing">Class</a></li>
161<li class="navBarCell1Rev">Use</li>
162<li><a href="../package-tree.html">Tree</a></li>
163<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
164<li><a href="../../../../index-all.html">Index</a></li>
165<li><a href="../../../../help-doc.html">Help</a></li>
166</ul>
167</div>
168<div class="subNav">
169<ul class="navList">
170<li>Prev</li>
171<li>Next</li>
172</ul>
173<ul class="navList">
174<li><a href="../../../../index.html?com/google/zxing/class-use/ResultPointCallback.html" target="_top">Frames</a></li>
175<li><a href="ResultPointCallback.html" target="_top">No&nbsp;Frames</a></li>
176</ul>
177<ul class="navList" id="allclasses_navbar_bottom">
178<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
179</ul>
180<div>
181<script type="text/javascript"><!--
182  allClassesLink = document.getElementById("allclasses_navbar_bottom");
183  if(window==top) {
184    allClassesLink.style.display = "block";
185  }
186  else {
187    allClassesLink.style.display = "none";
188  }
189  //-->
190</script>
191</div>
192<a name="skip.navbar.bottom">
193<!--   -->
194</a></div>
195<!-- ======== END OF BOTTOM NAVBAR ======= -->
196<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2022. All rights reserved.</small></p>
197</body>
198</html>
199