Uses of Class
com.google.zxing.aztec.encoder.State
Packages that use State
-
Uses of State in com.google.zxing.aztec.encoder
Fields in com.google.zxing.aztec.encoder declared as StateMethods in com.google.zxing.aztec.encoder that return StateModifier and TypeMethodDescription(package private) StateState.addBinaryShiftChar(int index) (package private) StateState.appendFLGn(int eci) (package private) StateState.endBinaryShift(int index) (package private) StateState.latchAndAppend(int mode, int value) (package private) StateState.shiftAndAppend(int mode, int value) Methods in com.google.zxing.aztec.encoder that return types with arguments of type StateModifier and TypeMethodDescriptionprivate static Collection<State> HighLevelEncoder.simplifyStates(Iterable<State> states) private Collection<State> HighLevelEncoder.updateStateListForChar(Iterable<State> states, int index) private static Collection<State> HighLevelEncoder.updateStateListForPair(Iterable<State> states, int index, int pairCode) Methods in com.google.zxing.aztec.encoder with parameters of type StateModifier and TypeMethodDescription(package private) booleanState.isBetterThanOrEqualTo(State other) private voidHighLevelEncoder.updateStateForChar(State state, int index, Collection<State> result) private static voidHighLevelEncoder.updateStateForPair(State state, int index, int pairCode, Collection<State> result) Method parameters in com.google.zxing.aztec.encoder with type arguments of type StateModifier and TypeMethodDescriptionprivate static Collection<State> HighLevelEncoder.simplifyStates(Iterable<State> states) private voidHighLevelEncoder.updateStateForChar(State state, int index, Collection<State> result) private static voidHighLevelEncoder.updateStateForPair(State state, int index, int pairCode, Collection<State> result) private Collection<State> HighLevelEncoder.updateStateListForChar(Iterable<State> states, int index) private static Collection<State> HighLevelEncoder.updateStateListForPair(Iterable<State> states, int index, int pairCode)