PatchCodeParameters
Inheritance: java.lang.Object
public class PatchCodeParameters
PatchCode parameters.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getExtraBarcodeText() | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| getFormat() | PatchCode format. |
| getPatchFormat() | PatchCode format. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setExtraBarcodeText(String value) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| setFormat(PatchFormat value) | PatchCode format. |
| setPatchFormat(PatchFormat value) | PatchCode format. |
| toString() | Returns a human-readable string representation of this PatchCodeParameters. |
| 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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtraBarcodeText()
public final String getExtraBarcodeText()
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
Returns: java.lang.String
getFormat()
public final PatchFormat getFormat()
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
Returns: PatchFormat
getPatchFormat()
public final PatchFormat getPatchFormat()
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
Returns: PatchFormat
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setExtraBarcodeText(String value)
public final void setExtraBarcodeText(String value)
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFormat(PatchFormat value)
public final void setFormat(PatchFormat value)
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PatchFormat |
setPatchFormat(PatchFormat value)
public final void setPatchFormat(PatchFormat value)
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PatchFormat |
toString()
public String toString()
Returns a human-readable string representation of this PatchCodeParameters.
Returns: java.lang.String - A string that represents this PatchCodeParameters.
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 |