Uses of Class
org.krysalis.barcode4j.HumanReadablePlacement
Packages that use HumanReadablePlacement
Package
Description
-
Uses of HumanReadablePlacement in org.krysalis.barcode4j
Fields in org.krysalis.barcode4j declared as HumanReadablePlacementModifier and TypeFieldDescriptionstatic final HumanReadablePlacementHumanReadablePlacement.HRP_BOTTOMThe human-readable part is placed at the bottom of the barcode.static final HumanReadablePlacementHumanReadablePlacement.HRP_NONEThe human-readable part is suppressed.static final HumanReadablePlacementHumanReadablePlacement.HRP_TOPThe human-readable part is placed at the top of the barcode.Methods in org.krysalis.barcode4j that return HumanReadablePlacementModifier and TypeMethodDescriptionstatic HumanReadablePlacementReturns a HumanReadablePlacement instance by name. -
Uses of HumanReadablePlacement in org.krysalis.barcode4j.impl
Fields in org.krysalis.barcode4j.impl declared as HumanReadablePlacementModifier and TypeFieldDescriptionprotected HumanReadablePlacementAbstractBarcodeBean.msgPosPosition of human-readable textMethods in org.krysalis.barcode4j.impl that return HumanReadablePlacementModifier and TypeMethodDescriptionAbstractBarcodeBean.getMsgPosition()Returns the placement of the human-readable part.Methods in org.krysalis.barcode4j.impl with parameters of type HumanReadablePlacementModifier and TypeMethodDescriptionvoidAbstractBarcodeBean.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 HumanReadablePlacementModifier and TypeMethodDescriptionvoidRoyalMailCBCBean.setMsgPosition(HumanReadablePlacement placement) Sets the placement of the human-readable part.