|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HumanReadablePlacement | |
---|---|
org.krysalis.barcode4j | Main package of Barcode4J. |
org.krysalis.barcode4j.impl | This package contains the implementations (logic and layout) of the various barcode symbologies. |
org.krysalis.barcode4j.impl.fourstate | This package contains implementations for the four-state family of barcode symbologies. |
Uses of HumanReadablePlacement in org.krysalis.barcode4j |
---|
Fields in org.krysalis.barcode4j declared as HumanReadablePlacement | |
---|---|
static HumanReadablePlacement |
HumanReadablePlacement.HRP_BOTTOM
The human-readable part is placed at the bottom of the barcode. |
static HumanReadablePlacement |
HumanReadablePlacement.HRP_NONE
The human-readable part is suppressed. |
static HumanReadablePlacement |
HumanReadablePlacement.HRP_TOP
The human-readable part is placed at the top of the barcode. |
Methods in org.krysalis.barcode4j that return HumanReadablePlacement | |
---|---|
static HumanReadablePlacement |
HumanReadablePlacement.byName(java.lang.String name)
Returns a HumanReadablePlacement instance by name. |
Uses of HumanReadablePlacement in org.krysalis.barcode4j.impl |
---|
Fields in org.krysalis.barcode4j.impl declared as HumanReadablePlacement | |
---|---|
protected HumanReadablePlacement |
AbstractBarcodeBean.msgPos
Position of human-readable text |
Methods in org.krysalis.barcode4j.impl that return HumanReadablePlacement | |
---|---|
HumanReadablePlacement |
AbstractBarcodeBean.getMsgPosition()
Returns the placement of the human-readable part. |
Methods in org.krysalis.barcode4j.impl with parameters of type HumanReadablePlacement | |
---|---|
void |
AbstractBarcodeBean.setMsgPosition(HumanReadablePlacement placement)
Sets the placement of the human-readable part. |
Uses of HumanReadablePlacement in org.krysalis.barcode4j.impl.fourstate |
---|
Methods in org.krysalis.barcode4j.impl.fourstate with parameters of type HumanReadablePlacement | |
---|---|
void |
RoyalMailCBCBean.setMsgPosition(HumanReadablePlacement placement)
Sets the placement of the human-readable part. |
|
barcode4j 2.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |