barcode4j 2.0

Uses of Class
org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint

Packages that use SymbolShapeHint
org.krysalis.barcode4j.impl.datamatrix This package contains the DataMatrix (ISO/IEC 16022:2000(E)) implementation. 
 

Uses of SymbolShapeHint in org.krysalis.barcode4j.impl.datamatrix
 

Fields in org.krysalis.barcode4j.impl.datamatrix declared as SymbolShapeHint
static SymbolShapeHint SymbolShapeHint.FORCE_NONE
          The human-readable part is suppressed.
static SymbolShapeHint SymbolShapeHint.FORCE_SQUARE
          The human-readable part is placed at the top of the barcode.
static SymbolShapeHint SymbolShapeHint.FORCE_RECTANGLE
          The human-readable part is placed at the bottom of the barcode.
 

Methods in org.krysalis.barcode4j.impl.datamatrix that return SymbolShapeHint
static SymbolShapeHint SymbolShapeHint.byName(java.lang.String name)
          Returns a SymbolShapeHint instance by name.
 SymbolShapeHint DataMatrixBean.getShape()
          Gets the requested shape for the generated barcodes.
 

Methods in org.krysalis.barcode4j.impl.datamatrix with parameters of type SymbolShapeHint
static DataMatrixSymbolInfo DataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape)
           
static DataMatrixSymbolInfo DataMatrixSymbolInfo.lookup(int dataCodewords, SymbolShapeHint shape, boolean fail)
           
 void DataMatrixLogicImpl.generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, java.lang.String msg, SymbolShapeHint shape)
          Generates the barcode logic.
static java.lang.String DataMatrixHighLevelEncoder.encodeHighLevel(java.lang.String msg, SymbolShapeHint shape)
          Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
 void DataMatrixBean.setShape(SymbolShapeHint shape)
          Sets the requested shape for the generated barcodes.
 


barcode4j 2.0

Copyright © 2000-2008 Jeremias Maerki. All rights reserved.