Package | Description |
---|---|
com.google.zxing.oned |
Modifier and Type | Method and Description |
---|---|
static Code128Writer.MinimalEncoder.Charset |
Code128Writer.MinimalEncoder.Charset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Code128Writer.MinimalEncoder.Charset[] |
Code128Writer.MinimalEncoder.Charset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
Code128Writer.MinimalEncoder.canEncode(java.lang.CharSequence contents,
Code128Writer.MinimalEncoder.Charset charset,
int position) |
private int |
Code128Writer.MinimalEncoder.encode(java.lang.CharSequence contents,
Code128Writer.MinimalEncoder.Charset charset,
int position)
Encode the string starting at position position starting with the character set charset
|