public class AztecParameters
extends java.lang.Object
Aztec parameters.
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
int |
getAztecErrorLevel()
Level of error correction of Aztec types of barcode.
|
AztecSymbolMode |
getAztecSymbolMode()
Gets a Aztec Symbol mode.
|
java.nio.charset.Charset |
getCodeTextEncoding()
Gets the encoding of codetext.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode.
|
void |
setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode.
|
void |
setCodeTextEncoding(java.nio.charset.Charset value)
Sets the encoding of codetext.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
AztecParameters . |
public int getAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
public void setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
public AztecSymbolMode getAztecSymbolMode()
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
public void setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public java.nio.charset.Charset getCodeTextEncoding()
Gets the encoding of codetext.
public void setCodeTextEncoding(java.nio.charset.Charset value)
Sets the encoding of codetext.
public java.lang.String toString()
Returns a human-readable string representation of this AztecParameters
.
toString
in class java.lang.Object
AztecParameters
.