com.google.zxing.client.j2se
Class MatrixToImageConfig
java.lang.Object
com.google.zxing.client.j2se.MatrixToImageConfig
public final class MatrixToImageConfig
- extends Object
Encapsulates custom configuration used in methods of MatrixToImageWriter.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLACK
public static final int BLACK
- See Also:
- Constant Field Values
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
MatrixToImageConfig
public MatrixToImageConfig()
- Creates a default config with on color
BLACK and off color WHITE, generating normal
black-on-white barcodes.
MatrixToImageConfig
public MatrixToImageConfig(int onColor,
int offColor)
- Parameters:
onColor - pixel on color, specified as an ARGB value as an intoffColor - pixel off color, specified as an ARGB value as an int
getPixelOnColor
public int getPixelOnColor()
getPixelOffColor
public int getPixelOffColor()
Copyright © 2007-2012. All Rights Reserved.