DatabarOmnidirectionalStackedEncoder

Inheritance: java.lang.Object, com.aspose.barcode.generation.renderers.barcoderenderers.encoders.BarCodeEncoder, com.aspose.barcode.generation.renderers.barcoderenderers.encoders.DatabarOmniDirectionalEncoder, com.aspose.barcode.generation.renderers.barcoderenderers.encoders.DatabarStackedEncoder

public class DatabarOmnidirectionalStackedEncoder extends DatabarStackedEncoder

The class for Databar omni directional stacked encoder

Constructors

Constructor Description
DatabarOmnidirectionalStackedEncoder(DataBarEncoderParameters parameters) Initializes a new instance of the DatabarOmnidirectionalStackedEncoder class.

Methods

Method Description
encode(String str) Encodes string of data to Databar Stacked barcode string
equals(Object arg0)
getChecksum()
getClass()
getEnableChecksum()
getHumanReadableCodeText()
getHumanReadableCodeText_Rename_Namesake()
getParameters()
getRSSWidth(int val, int n, int elements, int maxWidth, int noNarrow)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DatabarOmnidirectionalStackedEncoder(DataBarEncoderParameters parameters)

public DatabarOmnidirectionalStackedEncoder(DataBarEncoderParameters parameters)

Initializes a new instance of the DatabarOmnidirectionalStackedEncoder class.

Parameters:

Parameter Type Description
parameters DataBarEncoderParameters

encode(String str)

public String encode(String str)

Encodes string of data to Databar Stacked barcode string

Parameters:

Parameter Type Description
str java.lang.String input data

Returns: java.lang.String - strings of bits for the barcode

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getChecksum()

public String getChecksum()

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEnableChecksum()

public EnableChecksum getEnableChecksum()

Returns: EnableChecksum

getHumanReadableCodeText()

public String getHumanReadableCodeText()

Returns: java.lang.String

getHumanReadableCodeText_Rename_Namesake()

public String getHumanReadableCodeText_Rename_Namesake()

Returns: java.lang.String

getParameters()

public EncoderParameters getParameters()

Returns: EncoderParameters

getRSSWidth(int val, int n, int elements, int maxWidth, int noNarrow)

public static Int32List getRSSWidth(int val, int n, int elements, int maxWidth, int noNarrow)

Parameters:

Parameter Type Description
val int
n int
elements int
maxWidth int
noNarrow int

Returns: Int32List

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

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