Uses of Class
com.google.zxing.common.MinimalECIInput.InputEdge
-
Packages that use MinimalECIInput.InputEdge Package Description com.google.zxing.common -
-
Uses of MinimalECIInput.InputEdge in com.google.zxing.common
Fields in com.google.zxing.common declared as MinimalECIInput.InputEdge Modifier and Type Field Description private MinimalECIInput.InputEdge
MinimalECIInput.InputEdge. previous
Methods in com.google.zxing.common with parameters of type MinimalECIInput.InputEdge Modifier and Type Method Description (package private) static void
MinimalECIInput. addEdge(MinimalECIInput.InputEdge[][] edges, int to, MinimalECIInput.InputEdge edge)
(package private) static void
MinimalECIInput. addEdges(java.lang.String stringToEncode, ECIEncoderSet encoderSet, MinimalECIInput.InputEdge[][] edges, int from, MinimalECIInput.InputEdge previous, int fnc1)
Constructors in com.google.zxing.common with parameters of type MinimalECIInput.InputEdge Constructor Description InputEdge(char c, ECIEncoderSet encoderSet, int encoderIndex, MinimalECIInput.InputEdge previous, int fnc1)
-