GS1CompositeBarEncoder

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.generation.IBarCodeEncoder

public class GS1CompositeBarEncoder implements IBarCodeEncoder

Constructors

Constructor Description
GS1CompositeBarEncoder(GS1CompositeBarEncoderParameters parameters)

Methods

Method Description
encode(String codetext)
encode1DCodetext(String oneDCodetext)
encode2DCodetext(String twoDCodetext)
equals(Object arg0)
getChecksum()
getClass()
getHumanReadableCodeText()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GS1CompositeBarEncoder(GS1CompositeBarEncoderParameters parameters)

public GS1CompositeBarEncoder(GS1CompositeBarEncoderParameters parameters)

Parameters:

Parameter Type Description
parameters GS1CompositeBarEncoderParameters

encode(String codetext)

public String encode(String codetext)

Parameters:

Parameter Type Description
codetext java.lang.String

Returns: java.lang.String

encode1DCodetext(String oneDCodetext)

public String encode1DCodetext(String oneDCodetext)

Parameters:

Parameter Type Description
oneDCodetext java.lang.String

Returns: java.lang.String

encode2DCodetext(String twoDCodetext)

public String encode2DCodetext(String twoDCodetext)

Parameters:

Parameter Type Description
twoDCodetext java.lang.String

Returns: java.lang.String

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

getHumanReadableCodeText()

public String getHumanReadableCodeText()

Returns: java.lang.String

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