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) State
State.addBinaryShiftChar
(int index) (package private) State
State.appendFLGn
(int eci) (package private) State
State.endBinaryShift
(int index) (package private) State
State.latchAndAppend
(int mode, int value) (package private) State
State.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) boolean
State.isBetterThanOrEqualTo
(State other) private void
HighLevelEncoder.updateStateForChar
(State state, int index, Collection<State> result) private static void
HighLevelEncoder.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 void
HighLevelEncoder.updateStateForChar
(State state, int index, Collection<State> result) private static void
HighLevelEncoder.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)