public class MaxiCodeParameters
extends java.lang.Object
MaxiCode parameters.
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
int |
getMaxiCodeEncodeMode()
Gets a MaxiCode encode mode.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setMaxiCodeEncodeMode(int value)
Sets a MaxiCode encode mode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
MaxiCodeParameters . |
public int getMaxiCodeEncodeMode()
Gets a MaxiCode encode mode.
public void setMaxiCodeEncodeMode(int value)
Sets a MaxiCode encode mode.
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public java.lang.String toString()
Returns a human-readable string representation of this MaxiCodeParameters
.
toString
in class java.lang.Object
MaxiCodeParameters
.