Code16KParameters

Inheritance: java.lang.Object

public class Code16KParameters

Code16K parameters.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuefloat

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int