public class SymbolShapeHint extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SymbolShapeHint(String name)
Creates a new SymbolShapeHint instance.
|
| Modifier and Type | Method and Description |
|---|---|
static SymbolShapeHint |
byName(String name)
Returns a SymbolShapeHint instance by name.
|
String |
getName() |
String |
toString() |
public static final SymbolShapeHint FORCE_NONE
public static final SymbolShapeHint FORCE_SQUARE
public static final SymbolShapeHint FORCE_RECTANGLE
protected SymbolShapeHint(String name)
name - the name for the instancepublic String getName()
public static SymbolShapeHint byName(String name)
name - the name of the instancepublic String toString()
toString in class ObjectObject.toString()Copyright © 2003–2023. All rights reserved.