com.idautomation.aztec
Class AztecEncoder

java.lang.Object
  extended bycom.idautomation.aztec.AztecEncoder
All Implemented Interfaces:
java.io.Serializable

public class AztecEncoder
extends java.lang.Object
implements java.io.Serializable

This is the main Aztec class that generates the Aztec barcode image.

See Also:
Serialized Form

Field Summary
 boolean applyTilde
          If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide.
 int dotPixels
           
 int ecl
           
 int leftMargin
           
 java.lang.String msgApp
           
 int numOfSym
           
 boolean readerInit
           
 boolean reBuild
           
 int topMargin
           
 
Constructor Summary
AztecEncoder()
           
 
Method Summary
 java.lang.String fontEncode(java.lang.String DataToEncode)
           
 boolean getApplyTilde()
           
 int getErrorCorrectionLevel()
           
 java.lang.String getMessageAppend()
           
 int getNumberOfSymbols()
           
 boolean getReaderInitialization()
           
 void setApplyTilde(boolean newVal)
          If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide.
 void setErrorCorrectionLevel(int value)
           
 void setMessageAppend(java.lang.String value)
           
 void setNumberOfSymbols(int value)
           
 void setReaderInitialization(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ecl

public int ecl

readerInit

public boolean readerInit

numOfSym

public int numOfSym

msgApp

public java.lang.String msgApp

dotPixels

public int dotPixels

leftMargin

public int leftMargin

topMargin

public int topMargin

applyTilde

public boolean applyTilde
If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide. If not it will be treated as a normal character; Default =False.


reBuild

public boolean reBuild
Constructor Detail

AztecEncoder

public AztecEncoder()
Method Detail

getNumberOfSymbols

public int getNumberOfSymbols()

setNumberOfSymbols

public void setNumberOfSymbols(int value)

getErrorCorrectionLevel

public int getErrorCorrectionLevel()

setErrorCorrectionLevel

public void setErrorCorrectionLevel(int value)

getMessageAppend

public java.lang.String getMessageAppend()

setMessageAppend

public void setMessageAppend(java.lang.String value)

getReaderInitialization

public boolean getReaderInitialization()

setReaderInitialization

public void setReaderInitialization(boolean value)

setApplyTilde

public void setApplyTilde(boolean newVal)
If true ("Y") the tilde (~) will be processed as explained in the Aztec user guide. If not it will be treated as a normal character; Default =False.


getApplyTilde

public boolean getApplyTilde()

fontEncode

public java.lang.String fontEncode(java.lang.String DataToEncode)