|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.HumanReadablePlacement
public class HumanReadablePlacement
Enumeration for placement of the human readable part of a barcode.
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
protected |
HumanReadablePlacement(java.lang.String name)
Creates a new HumanReadablePlacement instance. |
Method Summary | |
---|---|
static HumanReadablePlacement |
byName(java.lang.String name)
Returns a HumanReadablePlacement instance by name. |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HumanReadablePlacement HRP_NONE
public static final HumanReadablePlacement HRP_TOP
public static final HumanReadablePlacement HRP_BOTTOM
Constructor Detail |
---|
protected HumanReadablePlacement(java.lang.String name)
name
- the name for the instanceMethod Detail |
---|
public java.lang.String getName()
public static HumanReadablePlacement byName(java.lang.String name)
name
- the name of the instance
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |