AztecParametersUI
Inheritance: java.lang.Object
public class AztecParametersUI
UI wrapper for AztecParameters class
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getAztecErrorLevel() | Level of error correction of Aztec types of barcode. |
getAztecSymbolMode() | Gets a Aztec Symbol mode. |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setAztecErrorLevel(int value) | Level of error correction of Aztec types of barcode. |
setAztecSymbolMode(AztecSymbolMode value) | Sets a Aztec Symbol mode. |
toString() | Returns a human-readable string representation of this AztecParameters. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAspectRatio()
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
Returns: float
getAztecErrorLevel()
public int getAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 10 and 95.
Returns: int
getAztecSymbolMode()
public AztecSymbolMode getAztecSymbolMode()
Gets a Aztec Symbol mode.
Returns: AztecSymbolMode
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAspectRatio(float value)
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setAztecErrorLevel(int value)
public void setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode. Value should between 10 and 95.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setAztecSymbolMode(AztecSymbolMode value)
public void setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AztecSymbolMode |
toString()
public String toString()
Returns a human-readable string representation of this AztecParameters.
Returns: java.lang.String - A string that represents this AztecParameters
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |