CodablockParameters
Inheritance: java.lang.Object
public class CodablockParameters
Codablock parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
getColumns() | Columns count. |
getRows() | Rows count. |
hashCode() | |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setColumns(int value) | Columns count. |
setRows(int value) | Rows count. |
toString() | Returns a human-readable string representation of this CodablockParameters . |
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
getColumns()
public int getColumns()
Columns count.
Returns: int
getRows()
public int getRows()
Rows count.
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 |
setColumns(int value)
public void setColumns(int value)
Columns count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRows(int value)
public void setRows(int value)
Rows count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this CodablockParameters .
Returns: java.lang.String - A string that represents this CodablockParameters .
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 |