DataBarParameters

Inheritance: java.lang.Object

public class DataBarParameters

Databar parameters.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getClass()
getColumns()Columns count.
getRows()Rows count.
hashCode()
is2DCompositeComponent()Enables flag of 2D composite component with DataBar barcode
isAllowOnlyGS1Encoding()If this flag is set, it allows only GS1 encoding standard for Databar barcode types
notify()
notifyAll()
set2DCompositeComponent(boolean value)Enables flag of 2D composite component with DataBar barcode
setAllowOnlyGS1Encoding(boolean value)If this flag is set, it allows only GS1 encoding standard for Databar barcode types
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 DataBarParameters .
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. Used for DataBar stacked.

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

is2DCompositeComponent()

public boolean is2DCompositeComponent()

Enables flag of 2D composite component with DataBar barcode

Returns: boolean

isAllowOnlyGS1Encoding()

public boolean isAllowOnlyGS1Encoding()

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

set2DCompositeComponent(boolean value)

public void set2DCompositeComponent(boolean value)

Enables flag of 2D composite component with DataBar barcode

Parameters:

ParameterTypeDescription
valueboolean

setAllowOnlyGS1Encoding(boolean value)

public void setAllowOnlyGS1Encoding(boolean value)

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

Parameters:

ParameterTypeDescription
valueboolean

setAspectRatio(float value)

public void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

Parameters:

ParameterTypeDescription
valuefloat

setColumns(int value)

public void setColumns(int value)

Columns count.

Parameters:

ParameterTypeDescription
valueint

setRows(int value)

public void setRows(int value)

Rows count.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns a human-readable string representation of this DataBarParameters .

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

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