Code16KParameters
Inheritance: java.lang.Object
public class Code16KParameters
Code16K parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
getQuietZoneLeftCoef() | Size of the left quiet zone in xDimension. |
getQuietZoneRightCoef() | Size of the right quiet zone in xDimension. |
hashCode() | |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setQuietZoneLeftCoef(int value) | Size of the left quiet zone in xDimension. |
setQuietZoneRightCoef(int value) | Size of the right quiet zone in xDimension. |
toString() | Returns a human-readable string representation of this Code16KParameters . |
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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getQuietZoneLeftCoef()
public int getQuietZoneLeftCoef()
Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
Returns: int
getQuietZoneRightCoef()
public int getQuietZoneRightCoef()
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
Returns: int
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 |
setQuietZoneLeftCoef(int value)
public void setQuietZoneLeftCoef(int value)
Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setQuietZoneRightCoef(int value)
public void setQuietZoneRightCoef(int value)
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this Code16KParameters .
Returns: java.lang.String - A string that represents this Code16KParameters .
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 |