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.InputEdgeMinimalECIInput.InputEdge. previousMethods in com.google.zxing.common with parameters of type MinimalECIInput.InputEdge Modifier and Type Method Description (package private) static voidMinimalECIInput. addEdge(MinimalECIInput.InputEdge[][] edges, int to, MinimalECIInput.InputEdge edge)(package private) static voidMinimalECIInput. 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)
-