Class MatrixToImageWriter
- java.lang.Object
-
- zext.plantuml.com.google.zxing.client.j2se.MatrixToImageWriter
-
public final class MatrixToImageWriter extends java.lang.ObjectWrites aBitMatrixtoBufferedImage, file or stream. Provided here instead of core since it depends on Java SE libraries.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.image.BufferedImagetoBufferedImage(BitMatrix matrix, int fore, int back)Renders aBitMatrixas an image, where "false" bits are rendered as white, and "true" bits are rendered as black.
-