com.itextpdf.text.pdf.qrcode
Class Version.ECBlocks

java.lang.Object
  extended by com.itextpdf.text.pdf.qrcode.Version.ECBlocks
Enclosing class:
Version

public static final class Version.ECBlocks
extends Object

Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.


Method Summary
 Version.ECB[] getECBlocks()
           
 int getECCodewordsPerBlock()
           
 int getNumBlocks()
           
 int getTotalECCodewords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getECCodewordsPerBlock

public int getECCodewordsPerBlock()

getNumBlocks

public int getNumBlocks()

getTotalECCodewords

public int getTotalECCodewords()

getECBlocks

public Version.ECB[] getECBlocks()


Copyright © 2013. All Rights Reserved.