|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.zxing.DecodeHintType
public final class DecodeHintType
Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it. It is up to implementations to decide what, if anything, to do with the information that is supplied.
Reader.decode(BinaryBitmap,java.util.Hashtable)| Field Summary | ||
|---|---|---|
static DecodeHintType |
ALLOWED_LENGTHS
Allowed lengths of encoded data -- reject anything else. |
|
static DecodeHintType |
OTHER
Unspecified, application-specific hint. |
|
static DecodeHintType |
POSSIBLE_FORMATS
Image is known to be of one of a few possible formats. |
|
static DecodeHintType |
PURE_BARCODE
Image is a pure monochrome image of a barcode. |
|
static DecodeHintType |
TRY_HARDER
Spend more time to try to find a barcode; optimize for accuracy, not speed. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DecodeHintType OTHER
Object.
public static final DecodeHintType PURE_BARCODE
Boolean.TRUE.
public static final DecodeHintType POSSIBLE_FORMATS
Vector of BarcodeFormats.
public static final DecodeHintType TRY_HARDER
Boolean.TRUE.
public static final DecodeHintType ALLOWED_LENGTHS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.