PatchCodeParameters

Inheritance: java.lang.Object

public class PatchCodeParameters

PatchCode parameters.

Methods

MethodDescription
equals(Object arg0)
getClass()
getExtraBarcodeText()Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
getPatchFormat()PatchCode format.
hashCode()
notify()
notifyAll()
setExtraBarcodeText(String value)Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
setPatchFormat(PatchFormat value)PatchCode format.
toString()Returns a human-readable string representation of this .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExtraBarcodeText()

public String getExtraBarcodeText()

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

Returns: java.lang.String

getPatchFormat()

public PatchFormat getPatchFormat()

PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY

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 void setExtraBarcodeText(String value)

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPatchFormat(PatchFormat value)

public 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.PATCH_ONLY

Parameters:

ParameterTypeDescription
valuePatchFormat

toString()

public String toString()

Returns a human-readable string representation of this .

Returns: java.lang.String - A string that represents this .

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int