| Package | Description | 
|---|---|
| com.google.zxing.datamatrix.encoder | 
| Modifier and Type | Method and Description | 
|---|---|
| static SymbolShapeHint | SymbolShapeHint. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SymbolShapeHint[] | SymbolShapeHint. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | HighLevelEncoder. encodeHighLevel(String msg,
               SymbolShapeHint shape,
               Dimension minSize,
               Dimension maxSize)Performs message encoding of a DataMatrix message using the algorithm described in annex P
 of ISO/IEC 16022:2000(E). | 
| static SymbolInfo | SymbolInfo. lookup(int dataCodewords,
      SymbolShapeHint shape) | 
| static SymbolInfo | SymbolInfo. lookup(int dataCodewords,
      SymbolShapeHint shape,
      Dimension minSize,
      Dimension maxSize,
      boolean fail) | 
Copyright © 2007–2018. All rights reserved.