Class SymbolShapeHint
java.lang.Object
org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
Enumeration for DataMatrix symbol shape hint. It can be used to force square or rectangular
symbols.
- Version:
- $Id: SymbolShapeHint.java,v 1.2 2007-07-13 09:57:05 jmaerki Exp $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymbolShapeHintThe human-readable part is suppressed.static final SymbolShapeHintThe human-readable part is placed at the bottom of the barcode.static final SymbolShapeHintThe human-readable part is placed at the top of the barcode. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSymbolShapeHint(String name) Creates a new SymbolShapeHint instance. -
Method Summary
-
Field Details
-
FORCE_NONE
The human-readable part is suppressed. -
FORCE_SQUARE
The human-readable part is placed at the top of the barcode. -
FORCE_RECTANGLE
The human-readable part is placed at the bottom of the barcode.
-
-
Constructor Details
-
SymbolShapeHint
Creates a new SymbolShapeHint instance.- Parameters:
name- the name for the instance
-
-
Method Details