Uses of Class
com.google.zxing.common.MinimalECIInput.InputEdge
Packages that use MinimalECIInput.InputEdge
-
Uses of MinimalECIInput.InputEdge in com.google.zxing.common
Fields in com.google.zxing.common declared as MinimalECIInput.InputEdgeModifier and TypeFieldDescriptionprivate final MinimalECIInput.InputEdgeMinimalECIInput.InputEdge.previousMethods in com.google.zxing.common with parameters of type MinimalECIInput.InputEdgeModifier and TypeMethodDescription(package private) static voidMinimalECIInput.addEdge(MinimalECIInput.InputEdge[][] edges, int to, MinimalECIInput.InputEdge edge) (package private) static voidMinimalECIInput.addEdges(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.InputEdgeModifierConstructorDescriptionprivateInputEdge(char c, ECIEncoderSet encoderSet, int encoderIndex, MinimalECIInput.InputEdge previous, int fnc1)