public final class MatrixToImageConfig extends Object
MatrixToImageWriter.| Modifier and Type | Field and Description |
|---|---|
static int | BLACKDefault black on color. |
static int | WHITEDefault white off color. |
| Constructor and Description |
|---|
MatrixToImageConfig() |
MatrixToImageConfig(int onColor,
int offColor)Creates a config with the given colors. |
| Modifier and Type | Method and Description |
|---|---|
(package private) int | getBufferedImageColorModel()Get the buffered image color model. |
int | getPixelOffColor() |
int | getPixelOnColor() |
public static final int BLACK
public static final int WHITE
public MatrixToImageConfig()
public MatrixToImageConfig(int onColor,
int offColor)onColor - pixel on color, specified as an ARGB value as an intoffColor - pixel off color, specified as an ARGB value as an int