Uses of Class
com.google.zxing.aztec.encoder.State
-
Packages that use State Package Description com.google.zxing.aztec.encoder -
-
Uses of State in com.google.zxing.aztec.encoder
Fields in com.google.zxing.aztec.encoder declared as State Modifier and Type Field Description (package private) static State
State. INITIAL_STATE
Methods in com.google.zxing.aztec.encoder that return State Modifier and Type Method Description (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 State Modifier and Type Method Description private static java.util.Collection<State>
HighLevelEncoder. simplifyStates(java.lang.Iterable<State> states)
private java.util.Collection<State>
HighLevelEncoder. updateStateListForChar(java.lang.Iterable<State> states, int index)
private static java.util.Collection<State>
HighLevelEncoder. updateStateListForPair(java.lang.Iterable<State> states, int index, int pairCode)
Methods in com.google.zxing.aztec.encoder with parameters of type State Modifier and Type Method Description (package private) boolean
State. isBetterThanOrEqualTo(State other)
private void
HighLevelEncoder. updateStateForChar(State state, int index, java.util.Collection<State> result)
private static void
HighLevelEncoder. updateStateForPair(State state, int index, int pairCode, java.util.Collection<State> result)
Method parameters in com.google.zxing.aztec.encoder with type arguments of type State Modifier and Type Method Description private static java.util.Collection<State>
HighLevelEncoder. simplifyStates(java.lang.Iterable<State> states)
private void
HighLevelEncoder. updateStateForChar(State state, int index, java.util.Collection<State> result)
private static void
HighLevelEncoder. updateStateForPair(State state, int index, int pairCode, java.util.Collection<State> result)
private java.util.Collection<State>
HighLevelEncoder. updateStateListForChar(java.lang.Iterable<State> states, int index)
private static java.util.Collection<State>
HighLevelEncoder. updateStateListForPair(java.lang.Iterable<State> states, int index, int pairCode)
-