public class AztecParametersUI
extends java.lang.Object
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
|
public int getAztecErrorLevel()
public void setAztecErrorLevel(int value)
public AztecSymbolMode getAztecSymbolMode()
public void setAztecSymbolMode(AztecSymbolMode value)
public float getAspectRatio()
public void setAspectRatio(float value)
public java.nio.charset.Charset getCodeTextEncoding()
public void setCodeTextEncoding(java.nio.charset.Charset value)
public java.lang.String toString()
toString
in class java.lang.Object