Code128Encoder.Helpers

Inheritance: java.lang.Object

public static class Code128Encoder.Helpers

Constructors

Constructor Description
Helpers()

Methods

Method Description
char2Codeset(char c, int codeset)
char2CodesetA(char c)
char2CodesetB(char c)
equals(Object arg0)
getClass()
getCodesetChar(int codeset)
getExtendedCharsRun(String codetext)
getExtendedFNCChar(int codeset)
getFNCChar(char fnc)
hashCode()
isCharUniqueCodesetA(char c)
isCharUniqueCodesetB(char c)
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Helpers()

public Helpers()

char2Codeset(char c, int codeset)

public static char char2Codeset(char c, int codeset)

Parameters:

Parameter Type Description
c char
codeset int

Returns: char

char2CodesetA(char c)

public static char char2CodesetA(char c)

Parameters:

Parameter Type Description
c char

Returns: char

char2CodesetB(char c)

public static char char2CodesetB(char c)

Parameters:

Parameter Type Description
c char

Returns: char

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodesetChar(int codeset)

public static char getCodesetChar(int codeset)

Parameters:

Parameter Type Description
codeset int

Returns: char

getExtendedCharsRun(String codetext)

public static int getExtendedCharsRun(String codetext)

Parameters:

Parameter Type Description
codetext java.lang.String

Returns: int

getExtendedFNCChar(int codeset)

public static char getExtendedFNCChar(int codeset)

Parameters:

Parameter Type Description
codeset int

Returns: char

getFNCChar(char fnc)

public static char getFNCChar(char fnc)

Parameters:

Parameter Type Description
fnc char

Returns: char

hashCode()

public native int hashCode()

Returns: int

isCharUniqueCodesetA(char c)

public static boolean isCharUniqueCodesetA(char c)

Parameters:

Parameter Type Description
c char

Returns: boolean

isCharUniqueCodesetB(char c)

public static boolean isCharUniqueCodesetB(char c)

Parameters:

Parameter Type Description
c char

Returns: boolean

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