Class MatrixToImageConfig


  • public final class MatrixToImageConfig
    extends Object
    Encapsulates custom configuration used in methods of MatrixToImageWriter.
    • Constructor Detail

      • 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 int
        offColor - pixel off color, specified as an ARGB value as an int
    • Method Detail

      • getPixelOnColor

        public int getPixelOnColor()
      • getPixelOffColor

        public int getPixelOffColor()
      • getBufferedImageColorModel

        int getBufferedImageColorModel()