Class BarcodeDatamatrix.DmParams

  • Enclosing class:
    BarcodeDatamatrix

    private static class BarcodeDatamatrix.DmParams
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DmParams​(int height, int width, int heightSection, int widthSection, int dataSize, int dataBlock, int errorBlock)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • height

        int height
      • width

        int width
      • heightSection

        int heightSection
      • widthSection

        int widthSection
      • dataSize

        int dataSize
      • dataBlock

        int dataBlock
      • errorBlock

        int errorBlock
    • Constructor Detail

      • DmParams

        DmParams​(int height,
                 int width,
                 int heightSection,
                 int widthSection,
                 int dataSize,
                 int dataBlock,
                 int errorBlock)