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.InputEdge
MinimalECIInput.InputEdge.previous
Methods in com.google.zxing.common with parameters of type MinimalECIInput.InputEdgeModifier and TypeMethodDescription(package private) static void
MinimalECIInput.addEdge
(MinimalECIInput.InputEdge[][] edges, int to, MinimalECIInput.InputEdge edge) (package private) static void
MinimalECIInput.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.InputEdgeModifierConstructorDescriptionprivate
InputEdge
(char c, ECIEncoderSet encoderSet, int encoderIndex, MinimalECIInput.InputEdge previous, int fnc1)