public class HumanReadablePlacement extends Object
| Modifier and Type | Field and Description |
|---|---|
static HumanReadablePlacement |
HRP_BOTTOM
The human-readable part is placed at the bottom of the barcode.
|
static HumanReadablePlacement |
HRP_NONE
The human-readable part is suppressed.
|
static HumanReadablePlacement |
HRP_TOP
The human-readable part is placed at the top of the barcode.
|
| Modifier | Constructor and Description |
|---|---|
protected |
HumanReadablePlacement(String name)
Creates a new HumanReadablePlacement instance.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanReadablePlacement |
byName(String name)
Returns a HumanReadablePlacement instance by name.
|
String |
getName() |
public static final HumanReadablePlacement HRP_NONE
public static final HumanReadablePlacement HRP_TOP
public static final HumanReadablePlacement HRP_BOTTOM
protected HumanReadablePlacement(String name)
name - the name for the instancepublic String getName()
public static HumanReadablePlacement byName(String name)
name - the name of the instanceCopyright © 2003–2023. All rights reserved.