MicroPDF417Constants

Inheritance: java.lang.Object

public class MicroPDF417Constants

Constructors

Constructor Description
MicroPDF417Constants()

Fields

Field Description
MINLINEITEMS
RAPITEMSCOUNT
RAPITEMSWIDTH
SYMBOLITEMSCOUNT
SYMBOLITEMSWIDTH
centerRAPList

Methods

Method Description
equals(Object arg0)
getBarCodeSizesList()
getCenterRAPList() Set of patterns for central RAP
getClass()
getCluster0CodeWords()
getCluster3CodeWords()
getCluster6CodeWords()
getMaxCodewordsCount(int columns)
getRapList()
getRowAssignmentsList()
getSideRAPList() Set of patterns for left and right RAPs
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MicroPDF417Constants()

public MicroPDF417Constants()

MINLINEITEMS

public static final int MINLINEITEMS

RAPITEMSCOUNT

public static final int RAPITEMSCOUNT

RAPITEMSWIDTH

public static final int RAPITEMSWIDTH

SYMBOLITEMSCOUNT

public static final int SYMBOLITEMSCOUNT

SYMBOLITEMSWIDTH

public static final int SYMBOLITEMSWIDTH

centerRAPList

public static RowAddressPatternList centerRAPList

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getBarCodeSizesList()

public static System.Collections.Generic.List<MicroPdf417Size> getBarCodeSizesList()

Returns: List

getCenterRAPList()

public static RowAddressPatternList getCenterRAPList()

Set of patterns for central RAP

Returns: RowAddressPatternList

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCluster0CodeWords()

public static CodeWordList getCluster0CodeWords()

Returns: CodeWordList

getCluster3CodeWords()

public static CodeWordList getCluster3CodeWords()

Returns: CodeWordList

getCluster6CodeWords()

public static CodeWordList getCluster6CodeWords()

Returns: CodeWordList

getMaxCodewordsCount(int columns)

public static int getMaxCodewordsCount(int columns)

Parameters:

Parameter Type Description
columns int

Returns: int

getRapList()

public static RowAddressPatternList getRapList()

Returns: RowAddressPatternList

getRowAssignmentsList()

public static System.Collections.Generic.List<RowAssignment> getRowAssignmentsList()

Returns: List

getSideRAPList()

public static RowAddressPatternList getSideRAPList()

Set of patterns for left and right RAPs

Returns: RowAddressPatternList

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