| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
MultiFormatWriter.encode(String
|
BitMatrix |
Writer.encode(String
Encode a barcode using the default settings.
|
BitMatrix |
MultiFormatWriter.encode(String
|
BitMatrix |
Writer.encode(String
|
BitMatrix |
BinaryBitmap.getBlackMatrix()
Converts a 2D array of luminance data to 1 bit.
|
abstract BitMatrix |
Binarizer.getBlackMatrix()
Converts a 2D array of luminance data to 1 bit data.
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
AztecWriter.encode(String
|
BitMatrix |
AztecWriter.encode(String
|
| Constructor and Description | |
|---|---|
AztecDetectorResult(BitMatrix
|
| Constructor and Description | |
|---|---|
Detector(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
AztecCode.getMatrix()
|
| Modifier and Type | Method and Description |
|---|---|
void |
AztecCode.setMatrix(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
BitMatrix.clone()
|
BitMatrix |
DetectorResult.getBits()
|
BitMatrix |
HybridBinarizer.getBlackMatrix()
Calculates the final BitMatrix once for all requests.
|
BitMatrix |
GlobalHistogramBinarizer.getBlackMatrix()
|
static BitMatrix |
BitMatrix.parse(String
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
Samples an image for a rectangular matrix of bits of the given dimension.
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
GridSampler.checkAndNudgePoints(BitMatrix
Checks a set of points that have been transformed to sample points on an image against the image's dimensions to see if the point are even within the image.
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
Samples an image for a rectangular matrix of bits of the given dimension.
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
void |
BitMatrix.xor(BitMatrix
Exclusive-or (XOR): Flip the bit in this
BitMatrix if the corresponding mask bit is set.
|
| Constructor and Description | |
|---|---|
DetectorResult(BitMatrix
|
| Constructor and Description | |
|---|---|
MonochromeRectangleDetector(BitMatrix
|
|
WhiteRectangleDetector(BitMatrix
|
|
WhiteRectangleDetector(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
DataMatrixWriter.encode(String
|
BitMatrix |
DataMatrixWriter.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a Data Matrix Code represented as a
BitMatrix.
|
| Constructor and Description | |
|---|---|
Detector(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
|
| Constructor and Description | |
|---|---|
MultiDetector(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
OneDimensionalCodeWriter.encode(String
|
BitMatrix |
UPCAWriter.encode(String
|
BitMatrix |
ITFWriter.encode(String
|
BitMatrix |
EAN8Writer.encode(String
|
BitMatrix |
Code39Writer.encode(String
|
BitMatrix |
EAN13Writer.encode(String
|
BitMatrix |
OneDimensionalCodeWriter.encode(String
Encode the contents following specified format.
|
BitMatrix |
UPCAWriter.encode(String
|
BitMatrix |
Code128Writer.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
PDF417Writer.encode(String
|
BitMatrix |
PDF417Writer.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
PDF417DetectorResult.getBits()
|
| Constructor and Description | |
|---|---|
PDF417DetectorResult(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
QRCodeWriter.encode(String
|
BitMatrix |
QRCodeWriter.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a QR Code represented as a
BitMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected BitMatrix |
Detector.getImage()
|
protected BitMatrix |
FinderPatternFinder.getImage()
|
| Constructor and Description | |
|---|---|
Detector(BitMatrix
|
|
FinderPatternFinder(BitMatrix
Creates a finder that will search the image for three finder patterns.
|
|
FinderPatternFinder(BitMatrix
|