public final class MatrixToImageConfig
extends java.lang.Object
MatrixToImageWriter
.Modifier and Type | Field and Description |
---|---|
static int |
BLACK |
private int |
offColor |
private int |
onColor |
static int |
WHITE |
Constructor and Description |
---|
MatrixToImageConfig()
|
MatrixToImageConfig(int onColor,
int offColor) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBufferedImageColorModel() |
int |
getPixelOffColor() |
int |
getPixelOnColor() |
private static boolean |
hasTransparency(int argb) |
public static final int BLACK
public static final int WHITE
private final int onColor
private final int offColor