Package | Description |
---|---|
com.google.zxing.aztec.encoder |
Modifier and Type | Field and Description |
---|---|
(package private) static State |
State.INITIAL_STATE |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |