|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint
public class SymbolShapeHint
Enumeration for DataMatrix symbol shape hint. It can be used to force square or rectangular symbols.
| Field Summary | |
|---|---|
static SymbolShapeHint |
FORCE_NONE
The human-readable part is suppressed. |
static SymbolShapeHint |
FORCE_RECTANGLE
The human-readable part is placed at the bottom of the barcode. |
static SymbolShapeHint |
FORCE_SQUARE
The human-readable part is placed at the top of the barcode. |
| Constructor Summary | |
|---|---|
protected |
SymbolShapeHint(java.lang.String name)
Creates a new SymbolShapeHint instance. |
| Method Summary | |
|---|---|
static SymbolShapeHint |
byName(java.lang.String name)
Returns a SymbolShapeHint instance by name. |
java.lang.String |
getName()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SymbolShapeHint FORCE_NONE
public static final SymbolShapeHint FORCE_SQUARE
public static final SymbolShapeHint FORCE_RECTANGLE
| Constructor Detail |
|---|
protected SymbolShapeHint(java.lang.String name)
name - the name for the instance| Method Detail |
|---|
public java.lang.String getName()
public static SymbolShapeHint byName(java.lang.String name)
name - the name of the instance
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||