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.
|
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.
|
java.lang.String |
toString()
Returns a human-readable string representation of this AztecParameters.
|
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.lang.String toString()
toString
in class java.lang.Object