Back to Zxing

Class BarcodeMatrix

docs/apidocs/com/google/zxing/pdf417/encoder/BarcodeMatrix.html

latest1.1 KB
Original Source

Package com.google.zxing.pdf417.encoder

Class BarcodeMatrix

java.lang.Object com.google.zxing.pdf417.encoder.BarcodeMatrix


public final class BarcodeMatrixextends Object

Holds all of the information for a barcode in a format where it can be easily accessible Author:Jacob Haynes

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

byte[][]

getMatrix()

byte[][]

getScaledMatrix(int xScale, int yScale)

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getMatrix

public byte[][] getMatrix()

getScaledMatrix

public byte[][] getScaledMatrix(int xScale, int yScale)