2016-09-11 09:26:47 -07:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
< html lang = "en" >
< head >
<!-- Generated by javadoc -->
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2022-05-01 09:44:06 -07:00
< title > Constant Field Values (ZXing 3.5.0 API)< / title >
2016-09-11 09:26:47 -07:00
< link rel = "stylesheet" type = "text/css" href = "stylesheet.css" title = "Style" >
< script type = "text/javascript" src = "script.js" > < / script >
< / head >
< body >
< script type = "text/javascript" > < ! - -
try {
if (location.href.indexOf('is-external=true') == -1) {
2022-05-01 09:44:06 -07:00
parent.document.title="Constant Field Values (ZXing 3.5.0 API)";
2016-09-11 09:26:47 -07:00
}
}
catch(err) {
}
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a name = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "overview-summary.html" > Overview< / a > < / li >
< li > Package< / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-all.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?constant-values.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "constant-values.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< a name = "skip.navbar.top" >
<!-- -->
< / a > < / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< div class = "header" >
< h1 title = "Constant Field Values" class = "title" > Constant Field Values< / h1 >
< h2 title = "Contents" > Contents< / h2 >
< ul >
< li > < a href = "#com.google" > com.google.*< / a > < / li >
< / ul >
< / div >
< div class = "constantValuesContainer" > < a name = "com.google" >
<!-- -->
< / a >
< h2 title = "com.google" > com.google.*< / h2 >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.aztec.encoder.< a href = "com/google/zxing/aztec/encoder/Encoder.html" title = "class in com.google.zxing.aztec.encoder" > Encoder< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.aztec.encoder.Encoder.DEFAULT_AZTEC_LAYERS" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/aztec/encoder/Encoder.html#DEFAULT_AZTEC_LAYERS" > DEFAULT_AZTEC_LAYERS< / a > < / code > < / td >
< td class = "colLast" > < code > 0< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.aztec.encoder.Encoder.DEFAULT_EC_PERCENT" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/aztec/encoder/Encoder.html#DEFAULT_EC_PERCENT" > DEFAULT_EC_PERCENT< / a > < / code > < / td >
< td class = "colLast" > < code > 33< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.client.j2se.< a href = "com/google/zxing/client/j2se/MatrixToImageConfig.html" title = "class in com.google.zxing.client.j2se" > MatrixToImageConfig< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.client.j2se.MatrixToImageConfig.BLACK" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/client/j2se/MatrixToImageConfig.html#BLACK" > BLACK< / a > < / code > < / td >
< td class = "colLast" > < code > -16777216< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.client.j2se.MatrixToImageConfig.WHITE" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/client/j2se/MatrixToImageConfig.html#WHITE" > WHITE< / a > < / code > < / td >
< td class = "colLast" > < code > -1< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.client.result.< a href = "com/google/zxing/client/result/ExpandedProductParsedResult.html" title = "class in com.google.zxing.client.result" > ExpandedProductParsedResult< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.client.result.ExpandedProductParsedResult.KILOGRAM" >
<!-- -->
2019-05-17 20:50:25 -07:00
< / a > < code > public static final < a href = "https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title = "class or interface in java.lang" > String< / a > < / code > < / td >
2016-09-11 09:26:47 -07:00
< td > < code > < a href = "com/google/zxing/client/result/ExpandedProductParsedResult.html#KILOGRAM" > KILOGRAM< / a > < / code > < / td >
< td class = "colLast" > < code > "KG"< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.client.result.ExpandedProductParsedResult.POUND" >
<!-- -->
2019-05-17 20:50:25 -07:00
< / a > < code > public static final < a href = "https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title = "class or interface in java.lang" > String< / a > < / code > < / td >
2016-09-11 09:26:47 -07:00
< td > < code > < a href = "com/google/zxing/client/result/ExpandedProductParsedResult.html#POUND" > POUND< / a > < / code > < / td >
< td class = "colLast" > < code > "LB"< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.common.< a href = "com/google/zxing/common/StringUtils.html" title = "class in com.google.zxing.common" > StringUtils< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.common.StringUtils.GB2312" >
<!-- -->
2019-05-17 20:50:25 -07:00
< / a > < code > public static final < a href = "https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title = "class or interface in java.lang" > String< / a > < / code > < / td >
2016-09-11 09:26:47 -07:00
< td > < code > < a href = "com/google/zxing/common/StringUtils.html#GB2312" > GB2312< / a > < / code > < / td >
< td class = "colLast" > < code > "GB2312"< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.common.StringUtils.SHIFT_JIS" >
<!-- -->
2019-05-17 20:50:25 -07:00
< / a > < code > public static final < a href = "https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title = "class or interface in java.lang" > String< / a > < / code > < / td >
2016-09-11 09:26:47 -07:00
< td > < code > < a href = "com/google/zxing/common/StringUtils.html#SHIFT_JIS" > SHIFT_JIS< / a > < / code > < / td >
< td class = "colLast" > < code > "SJIS"< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.pdf417.< a href = "com/google/zxing/pdf417/PDF417Common.html" title = "class in com.google.zxing.pdf417" > PDF417Common< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.BARS_IN_MODULE" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#BARS_IN_MODULE" > BARS_IN_MODULE< / a > < / code > < / td >
< td class = "colLast" > < code > 8< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.MAX_CODEWORDS_IN_BARCODE" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#MAX_CODEWORDS_IN_BARCODE" > MAX_CODEWORDS_IN_BARCODE< / a > < / code > < / td >
< td class = "colLast" > < code > 928< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.MAX_ROWS_IN_BARCODE" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#MAX_ROWS_IN_BARCODE" > MAX_ROWS_IN_BARCODE< / a > < / code > < / td >
< td class = "colLast" > < code > 90< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.MIN_ROWS_IN_BARCODE" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#MIN_ROWS_IN_BARCODE" > MIN_ROWS_IN_BARCODE< / a > < / code > < / td >
< td class = "colLast" > < code > 3< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.MODULES_IN_CODEWORD" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#MODULES_IN_CODEWORD" > MODULES_IN_CODEWORD< / a > < / code > < / td >
< td class = "colLast" > < code > 17< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.MODULES_IN_STOP_PATTERN" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#MODULES_IN_STOP_PATTERN" > MODULES_IN_STOP_PATTERN< / a > < / code > < / td >
< td class = "colLast" > < code > 18< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.pdf417.PDF417Common.NUMBER_OF_CODEWORDS" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/pdf417/PDF417Common.html#NUMBER_OF_CODEWORDS" > NUMBER_OF_CODEWORDS< / a > < / code > < / td >
< td class = "colLast" > < code > 929< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.qrcode.detector.< a href = "com/google/zxing/qrcode/detector/FinderPatternFinder.html" title = "class in com.google.zxing.qrcode.detector" > FinderPatternFinder< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.qrcode.detector.FinderPatternFinder.MAX_MODULES" >
<!-- -->
< / a > < code > protected static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/qrcode/detector/FinderPatternFinder.html#MAX_MODULES" > MAX_MODULES< / a > < / code > < / td >
2018-01-30 20:21:41 -08:00
< td class = "colLast" > < code > 97< / code > < / td >
2016-09-11 09:26:47 -07:00
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a name = "com.google.zxing.qrcode.detector.FinderPatternFinder.MIN_SKIP" >
<!-- -->
< / a > < code > protected static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/qrcode/detector/FinderPatternFinder.html#MIN_SKIP" > MIN_SKIP< / a > < / code > < / td >
< td class = "colLast" > < code > 3< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" >
< table class = "constantsSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constant Field Values table, listing constant fields, and values" >
< caption > < span > com.google.zxing.qrcode.encoder.< a href = "com/google/zxing/qrcode/encoder/QRCode.html" title = "class in com.google.zxing.qrcode.encoder" > QRCode< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th scope = "col" > Constant Field< / th >
< th class = "colLast" scope = "col" > Value< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a name = "com.google.zxing.qrcode.encoder.QRCode.NUM_MASK_PATTERNS" >
<!-- -->
< / a > < code > public static final int< / code > < / td >
< td > < code > < a href = "com/google/zxing/qrcode/encoder/QRCode.html#NUM_MASK_PATTERNS" > NUM_MASK_PATTERNS< / a > < / code > < / td >
< td class = "colLast" > < code > 8< / code > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< / div >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a name = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "overview-summary.html" > Overview< / a > < / li >
< li > Package< / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-all.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?constant-values.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "constant-values.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< a name = "skip.navbar.bottom" >
<!-- -->
< / a > < / div >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2022-05-01 09:44:06 -07:00
< p class = "legalCopy" > < small > Copyright © 2007– 2022. All rights reserved.< / small > < / p >
2016-09-11 09:26:47 -07:00
< / body >
< / html >